Uses of Enum
org.tribuo.regression.rtree.TrainTest.TreeType
Packages that use TrainTest.TreeType
Package
Description
Provides an implementation of decision trees for regression problems.
-
Uses of TrainTest.TreeType in org.tribuo.regression.rtree
Fields in org.tribuo.regression.rtree declared as TrainTest.TreeTypeMethods in org.tribuo.regression.rtree that return TrainTest.TreeTypeModifier and TypeMethodDescriptionstatic TrainTest.TreeTypeReturns the enum constant of this type with the specified name.static TrainTest.TreeType[]TrainTest.TreeType.values()Returns an array containing the constants of this enum type, in the order they are declared.