Uses of Class
net.algart.executors.modules.opencv.matrices.ml.training.MLTrainSVMSGD
Packages that use MLTrainSVMSGD
-
Uses of MLTrainSVMSGD in net.algart.executors.modules.opencv.matrices.ml.training
Methods in net.algart.executors.modules.opencv.matrices.ml.training that return MLTrainSVMSGDModifier and TypeMethodDescriptionstatic MLTrainSVMSGDMLTrainSVMSGD.newTrainNumbers()static MLTrainSVMSGDMLTrainSVMSGD.newTrainPixels()MLTrainSVMSGD.setInitialStepSize(double initialStepSize) MLTrainSVMSGD.setMarginRegularization(double marginRegularization) MLTrainSVMSGD.setMarginType(MLTrainSVMSGD.MarginType marginType) MLTrainSVMSGD.setOptimalParameters(boolean optimalParameters) MLTrainSVMSGD.setStepDecreasingPower(double stepDecreasingPower) MLTrainSVMSGD.setSvmSgdType(MLTrainSVMSGD.SVMSGDType svmSgdType) MLTrainSVMSGD.setTerminationEpsilon(double terminationEpsilon) MLTrainSVMSGD.setTerminationMaxCount(int terminationMaxCount)