Uses of Enum
org.tribuo.regression.libsvm.SVMRegressionType.SVMMode
Packages that use SVMRegressionType.SVMMode
Package
Description
Provides an interface to LibSVM for regression problems.
-
Uses of SVMRegressionType.SVMMode in org.tribuo.regression.libsvm
Subclasses with type arguments of type SVMRegressionType.SVMMode in org.tribuo.regression.libsvmFields in org.tribuo.regression.libsvm declared as SVMRegressionType.SVMModeMethods in org.tribuo.regression.libsvm that return SVMRegressionType.SVMModeModifier and TypeMethodDescriptionstatic SVMRegressionType.SVMMode
Returns the enum constant of this type with the specified name.static SVMRegressionType.SVMMode[]
SVMRegressionType.SVMMode.values()
Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.tribuo.regression.libsvm with parameters of type SVMRegressionType.SVMMode