Class RegressorTrainingNode

java.lang.Object
org.tribuo.common.tree.AbstractTrainingNode<Regressor>
org.tribuo.regression.rtree.impl.RegressorTrainingNode
All Implemented Interfaces:
Serializable, Node<Regressor>

public class RegressorTrainingNode extends AbstractTrainingNode<Regressor>
A decision tree node used at training time. Contains a list of the example indices currently found in this node, the current impurity and a bunch of other statistics.
See Also: