Package ai.libs.mlplan.core
Class MLPlanSimpleBuilder
- java.lang.Object
-
- ai.libs.mlplan.core.AMLPlanBuilder<org.api4.java.ai.ml.classification.IClassifier,MLPlanSimpleBuilder>
-
- ai.libs.mlplan.core.MLPlanSimpleBuilder
-
- All Implemented Interfaces:
IMLPlanBuilder<org.api4.java.ai.ml.classification.IClassifier,MLPlanSimpleBuilder>,org.api4.java.common.control.ILoggingCustomizable
public class MLPlanSimpleBuilder extends AMLPlanBuilder<org.api4.java.ai.ml.classification.IClassifier,MLPlanSimpleBuilder>
-
-
Constructor Summary
Constructors Constructor Description MLPlanSimpleBuilder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description MLPlanSimpleBuildergetSelf()-
Methods inherited from class ai.libs.mlplan.core.AMLPlanBuilder
build, build, checkPreconditionsForInitialization, getAlgorithmConfig, getCandidateEvaluationTimeOut, getComponentParameterConfigurations, getComponents, getDataset, getHASCOFactory, getLearnerEvaluationFactoryForSearchPhase, getLearnerEvaluationFactoryForSelectionPhase, getLearnerFactory, getLoggerName, getMetricForSearchPhase, getMetricForSelectionPhase, getNodeEvaluationTimeOut, getPipelineValidityCheckingNodeEvaluator, getPortionOfDataReservedForSelectionPhase, getPreferredComponents, getPreferredNodeEvaluators, getRequestedInterface, getSafeGuardFactory, getSearchEvaluatorFactory, getSearchSelectionDatasetSplitter, getSearchSpaceConfigFile, getSelectionEvaluatorFactory, getTimeOut, getTimeoutPrecautionOffsetInSeconds, setLoggerName, withAlgorithmConfig, withAlgorithmConfigFile, withCandidateEvaluationTimeOut, withDataset, withDatasetSplitterForSearchSelectionSplit, withLearnerFactory, withMCCVBasedCandidateEvaluationInSearchPhase, withMCCVBasedCandidateEvaluationInSelectionPhase, withNodeEvaluationTimeOut, withNumCpus, withPerformanceMeasure, withPerformanceMeasureForSearchPhase, withPerformanceMeasureForSelectionPhase, withPipelineValidityCheckingNodeEvaluator, withPortionOfDataReservedForSelection, withPreferredComponents, withPreferredComponentsFile, withPreferredNodeEvaluator, withProblemType, withRequestedInterface, withSafeGuardFactory, withSearchFactory, withSearchPhaseEvaluatorFactory, withSearchSpaceConfigFile, withSeed, withSelectionPhaseEvaluatorFactory, withTimeOut, withTimeoutPrecautionOffsetInSeconds
-
-
-
-
Method Detail
-
getSelf
public MLPlanSimpleBuilder getSelf()
-
-