Uses of Enum
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
Subclasses with type arguments of type LinearRegressionType.LinearType in org.tribuo.regression.liblinearModifier and TypeClassDescriptionstatic enum
The type of linear regression algorithm.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 type with the specified name.static LinearRegressionType.LinearType[]
LinearRegressionType.LinearType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.tribuo.regression.liblinear with parameters of type LinearRegressionType.LinearType