Uses of Class
org.tribuo.common.tree.AbstractCARTTrainer
Package
Description
Provides implementations of decision trees for classification problems.
Provides common functionality for building decision trees, irrespective
of the predicted
Output
.Provides an implementation of decision trees for regression problems.
-
Uses of AbstractCARTTrainer in org.tribuo.classification.dtree
Modifier and TypeClassDescriptionclass
ATrainer
that uses an approximation of the CART algorithm to build a decision tree. -
Uses of AbstractCARTTrainer in org.tribuo.common.tree
ModifierConstructorDescriptionprotected
Deprecated.Constructs a provenance for the host AbstractCARTTrainer. -
Uses of AbstractCARTTrainer in org.tribuo.regression.rtree