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 Details

    • general

      public DataOptions 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

      @Option(charName='k', longName="kernel", usage="Type of SVM kernel.") public KernelType 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

      public String getOptionsDescription()
      Specified by:
      getOptionsDescription in interface com.oracle.labs.mlrg.olcut.config.Options