Examples of 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

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

*/
public class BootStrappingTest extends PredictionGenEvaluationStrategyTest {

  @Override
  protected IPredictorGeneratorEvaluationStrategy getEvaluationStrategy() {
    return new BootStrapping(10);
  }
View Full Code Here
TOP
Copyright © 2018 www.massapi.com. 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.