Interface RandomForestClassifierData
- All Superinterfaces:
BaseModelData,Classifier.ClassifierData,Serializable
-
Method Summary
Modifier and TypeMethodDescriptionstatic org.neo4j.gds.ml.models.randomforest.ImmutableRandomForestClassifierData.Builderbuilder()static 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
featureDimensionMethods inherited from interface org.neo4j.gds.ml.models.Classifier.ClassifierData
numberOfClasses
-
Method Details
-
decisionTrees
List<DecisionTreePredictor<Integer>> 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) -
builder
static org.neo4j.gds.ml.models.randomforest.ImmutableRandomForestClassifierData.Builder builder()
-