Uses of Enum Class
org.tribuo.classification.dtree.CARTClassificationOptions.TreeType
Packages that use CARTClassificationOptions.TreeType
Package
Description
Provides implementations of decision trees for classification problems.
-
Uses of CARTClassificationOptions.TreeType in org.tribuo.classification.dtree
Subclasses with type arguments of type CARTClassificationOptions.TreeType in org.tribuo.classification.dtreeModifier and TypeClassDescriptionstatic enumType of decision tree algorithm.Fields in org.tribuo.classification.dtree declared as CARTClassificationOptions.TreeTypeModifier and TypeFieldDescriptionCARTClassificationOptions.cartTreeAlgorithmTree algorithm to use (options are CART).Methods in org.tribuo.classification.dtree that return CARTClassificationOptions.TreeTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static CARTClassificationOptions.TreeType[]CARTClassificationOptions.TreeType.values()Returns an array containing the constants of this enum class, in the order they are declared.