Class TrainTest.LibSVMOptions
java.lang.Object
org.tribuo.regression.libsvm.TrainTest.LibSVMOptions
- All Implemented Interfaces:
com.oracle.labs.mlrg.olcut.config.Options
- Enclosing class:
TrainTest
public static class TrainTest.LibSVMOptions
extends Object
implements com.oracle.labs.mlrg.olcut.config.Options
Command line options.
-
Field Summary
FieldsModifier and TypeFieldDescriptiondouble
int
double
boolean
Fields inherited from interface com.oracle.labs.mlrg.olcut.config.Options
header
-
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
general
-
coeff
@Option(longName="coefficient", usage="Intercept in kernel function.") public double coeff -
degree
@Option(charName='d', longName="degree", usage="Degree in polynomial kernel.") public int degree -
gamma
@Option(charName='g', longName="gamma", usage="Gamma value in kernel function.") public double gamma -
kernelType
-
svmType
@Option(charName='t', longName="type", usage="Type of SVM.") public SVMRegressionType.SVMMode svmType -
standardize
@Option(longName="standardize", usage="Standardize the regression outputs internally to the SVM") public boolean standardize
-
-
Constructor Details
-
LibSVMOptions
public LibSVMOptions()
-
-
Method Details
-
getOptionsDescription
- Specified by:
getOptionsDescription
in interfacecom.oracle.labs.mlrg.olcut.config.Options
-