Class TrainTest.LibLinearOptions

java.lang.Object
org.tribuo.regression.libsvm.TrainTest.LibLinearOptions
All Implemented Interfaces:
com.oracle.labs.mlrg.olcut.config.Options
Enclosing class:
TrainTest

public static class TrainTest.LibLinearOptions extends Object implements com.oracle.labs.mlrg.olcut.config.Options
  • 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

      @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
  • Constructor Details

  • Method Details

    • getOptionsDescription

      Specified by:
      getOptionsDescription in interface com.oracle.labs.mlrg.olcut.config.Options