Uses of Enum Class
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 class with the specified name.static SVMRegressionType.SVMMode[]
SVMRegressionType.SVMMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.tribuo.regression.libsvm with parameters of type SVMRegressionType.SVMModeModifierConstructorDescriptionConstructs an SVMRegressionType using the specified SVM algorithm.