Uses of Class
org.tribuo.common.tree.AbstractCARTTrainer
Packages that use 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
Subclasses of AbstractCARTTrainer in org.tribuo.classification.dtreeModifier and TypeClassDescriptionclass
ATrainer
that uses an approximation of the CART algorithm to build a decision tree. -
Uses of AbstractCARTTrainer in org.tribuo.common.tree
Constructors in org.tribuo.common.tree with parameters of type AbstractCARTTrainerModifierConstructorDescriptionprotected
Deprecated.Constructs a provenance for the host AbstractCARTTrainer. -
Uses of AbstractCARTTrainer in org.tribuo.regression.rtree
Subclasses of AbstractCARTTrainer in org.tribuo.regression.rtree