Package org.jamesii.simspex.spdm.evaluation.bootstrapping

Examples of org.jamesii.simspex.spdm.evaluation.bootstrapping.BootStrapping


   * Creates the evaluation strategy to be used.
   *
   * @return the selector generator evaluation strategy
   */
  protected IPredictorGeneratorEvaluationStrategy createEvaluationStrategy() {
    return new BootStrapping(selectorEvaluationReplications);
  }
View Full Code Here


*/
public class BootStrappingTest extends PredictionGenEvaluationStrategyTest {

  @Override
  protected IPredictorGeneratorEvaluationStrategy getEvaluationStrategy() {
    return new BootStrapping(10);
  }
View Full Code Here

TOP

Related Classes of org.jamesii.simspex.spdm.evaluation.bootstrapping.BootStrapping

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.