Uses of Package
org.tribuo.classification.dtree
Packages that use org.tribuo.classification.dtree
Package
Description
Provides implementations of decision trees for classification problems.
Provides a set of main methods for interacting with classification tasks.
-
Classes in org.tribuo.classification.dtree used by org.tribuo.classification.dtreeClassDescriptionOptions for building a classification tree trainer.The impurity algorithm.Type of decision tree algorithm.A
Trainer
that uses an approximation of the CART algorithm to build a decision tree. -
Classes in org.tribuo.classification.dtree used by org.tribuo.classification.experiments