Package | Description |
---|---|
org.tribuo.common.tree |
Provides common functionality for building decision trees, irrespective
of the predicted
Output . |
Modifier and Type | Class and Description |
---|---|
class |
ExtraTreesTrainer<T extends Output<T>>
A trainer which produces an Extremely Randomized Tree Ensemble.
|
class |
RandomForestTrainer<T extends Output<T>>
A trainer which produces a random forest.
|
Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.