Class ClassifierTrainingNode

java.lang.Object
org.tribuo.common.tree.AbstractTrainingNode<Label>
org.tribuo.classification.dtree.impl.ClassifierTrainingNode
All Implemented Interfaces:
Serializable, Node<Label>

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:
  • Constructor Details

  • Method Details