Package org.neo4j.gds.ml.decisiontree
Class FeatureBagger
java.lang.Object
org.neo4j.gds.ml.decisiontree.FeatureBagger
-
Constructor Summary
ConstructorsConstructorDescriptionFeatureBagger(SplittableRandom random, int totalNumberOfFeatures, double maxFeaturesRatio) -
Method Summary
Modifier and TypeMethodDescriptionstatic org.neo4j.gds.core.utils.mem.MemoryRangememoryEstimation(int numberOfSamples) int[]sample()
-
Constructor Details
-
FeatureBagger
-
-
Method Details
-
memoryEstimation
public static org.neo4j.gds.core.utils.mem.MemoryRange memoryEstimation(int numberOfSamples) -
sample
public int[] sample()
-