Uses of Enum Class
org.tribuo.regression.liblinear.LinearRegressionType.LinearType
Packages that use LinearRegressionType.LinearType
Package
Description
Provides an interface to liblinear for regression problems.
-
Uses of LinearRegressionType.LinearType in org.tribuo.regression.liblinear
Fields in org.tribuo.regression.liblinear declared as LinearRegressionType.LinearTypeMethods in org.tribuo.regression.liblinear that return LinearRegressionType.LinearTypeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static LinearRegressionType.LinearType[]
LinearRegressionType.LinearType.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.tribuo.regression.liblinear with parameters of type LinearRegressionType.LinearTypeModifierConstructorDescriptionConstructs a LinearRegressionType with the specified LibLinear algorithm.