java.lang.Object
net.algart.json.PropertyChecker
net.algart.executors.api.ExecutionBlock
All Implemented Interfaces:
AutoCloseable

public final class MLTrainSVMSGD extends AbstractMLTrain
  • Method Details

    • newTrainNumbers

      public static MLTrainSVMSGD newTrainNumbers()
    • newTrainPixels

      public static MLTrainSVMSGD newTrainPixels()
    • getSvmSgdType

      public MLTrainSVMSGD.SVMSGDType getSvmSgdType()
    • setSvmSgdType

      public MLTrainSVMSGD setSvmSgdType(MLTrainSVMSGD.SVMSGDType svmSgdType)
    • getMarginType

      public MLTrainSVMSGD.MarginType getMarginType()
    • setMarginType

      public MLTrainSVMSGD setMarginType(MLTrainSVMSGD.MarginType marginType)
    • isOptimalParameters

      public boolean isOptimalParameters()
    • setOptimalParameters

      public MLTrainSVMSGD setOptimalParameters(boolean optimalParameters)
    • getMarginRegularization

      public double getMarginRegularization()
    • setMarginRegularization

      public MLTrainSVMSGD setMarginRegularization(double marginRegularization)
    • getInitialStepSize

      public double getInitialStepSize()
    • setInitialStepSize

      public MLTrainSVMSGD setInitialStepSize(double initialStepSize)
    • getStepDecreasingPower

      public double getStepDecreasingPower()
    • setStepDecreasingPower

      public MLTrainSVMSGD setStepDecreasingPower(double stepDecreasingPower)
    • getTerminationMaxCount

      public int getTerminationMaxCount()
    • setTerminationMaxCount

      public MLTrainSVMSGD setTerminationMaxCount(int terminationMaxCount)
    • getTerminationEpsilon

      public double getTerminationEpsilon()
    • setTerminationEpsilon

      public MLTrainSVMSGD setTerminationEpsilon(double terminationEpsilon)
    • process

      public void process()
      Specified by:
      process in class net.algart.executors.api.Executor
    • toString

      public static String toString(org.bytedeco.opencv.opencv_ml.SVMSGD model)
    • modelKind

      protected MLKind modelKind()
      Specified by:
      modelKind in class AbstractMLTrain
    • categoricalResponses

      protected boolean categoricalResponses()
      Specified by:
      categoricalResponses in class AbstractMLTrain