Uses of Enum
org.tribuo.regression.rtree.TrainTest.ImpurityType
Packages that use TrainTest.ImpurityType
Package
Description
Provides an implementation of decision trees for regression problems.
-
Uses of TrainTest.ImpurityType in org.tribuo.regression.rtree
Fields in org.tribuo.regression.rtree declared as TrainTest.ImpurityTypeModifier and TypeFieldDescriptionTrainTest.RegressionTreeOptions.impurityTypeImpurity measure to use.Methods in org.tribuo.regression.rtree that return TrainTest.ImpurityTypeModifier and TypeMethodDescriptionstatic TrainTest.ImpurityTypeReturns the enum constant of this type with the specified name.static TrainTest.ImpurityType[]TrainTest.ImpurityType.values()Returns an array containing the constants of this enum type, in the order they are declared.