Uses of Enum Class
net.algart.executors.modules.opencv.matrices.ml.training.MLTrainSVMSGD.SVMSGDType
Packages that use MLTrainSVMSGD.SVMSGDType
-
Uses of MLTrainSVMSGD.SVMSGDType in net.algart.executors.modules.opencv.matrices.ml.training
Methods in net.algart.executors.modules.opencv.matrices.ml.training that return MLTrainSVMSGD.SVMSGDTypeModifier and TypeMethodDescriptionMLTrainSVMSGD.getSvmSgdType()static MLTrainSVMSGD.SVMSGDTypeReturns the enum constant of this class with the specified name.static MLTrainSVMSGD.SVMSGDType[]MLTrainSVMSGD.SVMSGDType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in net.algart.executors.modules.opencv.matrices.ml.training with parameters of type MLTrainSVMSGD.SVMSGDTypeModifier and TypeMethodDescriptionMLTrainSVMSGD.setSvmSgdType(MLTrainSVMSGD.SVMSGDType svmSgdType)