Package org.tribuo.regression.libsvm
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
Modifier and TypeFieldDescriptiondouble
Intercept in kernel function.int
Degree in polynomial kernel.double
Gamma value in kernel function.The data loading options.Type of SVM kernel.boolean
Standardize the regression outputs internally to the SVMType of SVM.Fields inherited from interface com.oracle.labs.mlrg.olcut.config.Options
header
-
Constructor Summary
-
Method Summary
-
Field Details
-
general
The data loading options. -
coeff
@Option(longName="coefficient", usage="Intercept in kernel function.") public double coeffIntercept in kernel function. -
degree
@Option(charName='d', longName="degree", usage="Degree in polynomial kernel.") public int degreeDegree in polynomial kernel. -
gamma
@Option(charName='g', longName="gamma", usage="Gamma value in kernel function.") public double gammaGamma value in kernel function. -
kernelType
Type of SVM kernel. -
svmType
@Option(charName='t', longName="type", usage="Type of SVM.") public SVMRegressionType.SVMMode svmTypeType of SVM. -
standardize
@Option(longName="standardize", usage="Standardize the regression outputs internally to the SVM") public boolean standardizeStandardize the regression outputs internally to the SVM
-
-
Constructor Details
-
LibSVMOptions
public LibSVMOptions()
-
-
Method Details
-
getOptionsDescription
- Specified by:
getOptionsDescription
in interfacecom.oracle.labs.mlrg.olcut.config.Options
-