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.
|
train, train
getInvocationCount
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.