Output
.See: Description
Interface | Description |
---|---|
DecisionTreeTrainer<T extends Output<T>> |
A tag interface for a
Trainer so the random forests trainer can check if it's actually a tree. |
Node<T extends Output<T>> |
A node in a decision tree.
|
Class | Description |
---|---|
AbstractCARTTrainer<T extends Output<T>> |
Base class for
Trainer 's that use an approximation of the CART algorithm to build a decision tree. |
AbstractCARTTrainer.AbstractCARTTrainerProvenance | Deprecated |
AbstractTrainingNode<T extends Output<T>> |
Base class for decision tree nodes used at training time.
|
AbstractTrainingNode.LeafDeterminer |
Contains parameters needed to determine whether a node is a leaf.
|
ExtraTreesTrainer<T extends Output<T>> |
A trainer which produces an Extremely Randomized Tree Ensemble.
|
LeafNode<T extends Output<T>> |
An immutable leaf
Node that can create a prediction. |
RandomForestTrainer<T extends Output<T>> |
A trainer which produces a random forest.
|
SplitNode<T extends Output<T>> |
An immutable
Node with a split and two child nodes. |
TreeModel<T extends Output<T>> |
Output
. Also
has implementations of Random Forests and Extra Trees.Copyright © 2015–2021 Oracle and/or its affiliates. All rights reserved.