Examples of RandomPredictorGeneratorFactory


Examples of org.jamesii.asf.spdm.generators.random.RandomPredictorGeneratorFactory

  @Override
  public IPerformancePredictorGenerator createPredictorGenerator(
      ParameterBlock params, PerformanceTuple example) {
    return new EnsemblePredictorGenerator(params.getSubBlockValue(
        PREDICTOR_GEN_FACTORY, new RandomPredictorGeneratorFactory()),
        params.getSubBlockValue(PREDICTOR_GEN_PARAMS, new ParameterBlock()));
  }
View Full Code Here

Examples of org.jamesii.asf.spdm.generators.random.RandomPredictorGeneratorFactory

    evalStrategy = getEvaluationStrategy();
    dataManager = FileImportManagerTest.createTestFileImportManager();
    performanceData = dataManager.getPerformanceData();
    predictorPerformances =
        evalStrategy.evaluatePredictorGenerator(
            new RandomPredictorGeneratorFactory(), performanceData,
            new ParameterBlock());
  }
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.