Interface RandomForestRegressorTrainerConfig
- All Superinterfaces:
DecisionTreeTrainerConfig,RandomForestTrainerConfig,org.neo4j.gds.config.ToMapConvertible,TrainerConfig
@Configuration
public interface RandomForestRegressorTrainerConfig
extends RandomForestTrainerConfig, TrainerConfig
-
Field Summary
Fields -
Method Summary
Methods inherited from interface org.neo4j.gds.ml.decisiontree.DecisionTreeTrainerConfig
maxDepth, minLeafSize, minSplitSize, validateMinSizesMethods inherited from interface org.neo4j.gds.ml.models.randomforest.RandomForestTrainerConfig
maxFeaturesRatio, maxFeaturesRatio, numberOfDecisionTrees, numberOfSamplesRatioMethods inherited from interface org.neo4j.gds.ml.models.TrainerConfig
toMapWithTrainerMethod, toTunableConfig
-
Field Details
-
DEFAULT
-
-
Method Details
-
method
@Ignore default org.neo4j.gds.ml.api.TrainingMethod method()- Specified by:
methodin interfaceTrainerConfig
-
of
-
configKeys
-
toMap
- Specified by:
toMapin interfaceorg.neo4j.gds.config.ToMapConvertible
-