Interface RandomForestRegressorData
- All Superinterfaces:
BaseModelData,Regressor.RegressorData
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.neo4j.gds.core.utils.mem.MemoryEstimationmemoryEstimation(LongUnaryOperator numberOfTrainingExamples, RandomForestTrainerConfig config) default org.neo4j.gds.ml.api.TrainingMethodMethods inherited from interface org.neo4j.gds.ml.models.BaseModelData
featureDimension
-
Method Details
-
decisionTrees
List<DecisionTreePredictor<Double>> decisionTrees() -
trainerMethod
@Derived default org.neo4j.gds.ml.api.TrainingMethod trainerMethod()- Specified by:
trainerMethodin interfaceBaseModelData
-
memoryEstimation
static org.neo4j.gds.core.utils.mem.MemoryEstimation memoryEstimation(LongUnaryOperator numberOfTrainingExamples, RandomForestTrainerConfig config)
-