public interface DecisionTreeTrainer<T extends Output<T>> extends SparseTrainer<T>, WeightedExamples
Trainer
so the random forests trainer can check if it's actually a tree.DEFAULT_SEED
Modifier and Type | Method and Description |
---|---|
float |
getFractionFeaturesInSplit()
Returns the feature subsampling rate.
|
float |
getMinImpurityDecrease()
Returns the minimum decrease in impurity necessary to split a node.
|
boolean |
getUseRandomSplitPoints()
Returns whether to choose split points for features at random.
|
train, train
getInvocationCount
float getFractionFeaturesInSplit()
boolean getUseRandomSplitPoints()
float getMinImpurityDecrease()
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.