Uses of Enum Class
net.algart.executors.modules.opencv.matrices.ml.training.MLTrainSVMSGD.MarginType
Packages that use MLTrainSVMSGD.MarginType
-
Uses of MLTrainSVMSGD.MarginType in net.algart.executors.modules.opencv.matrices.ml.training
Methods in net.algart.executors.modules.opencv.matrices.ml.training that return MLTrainSVMSGD.MarginTypeModifier and TypeMethodDescriptionMLTrainSVMSGD.getMarginType()static MLTrainSVMSGD.MarginTypeReturns the enum constant of this class with the specified name.static MLTrainSVMSGD.MarginType[]MLTrainSVMSGD.MarginType.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.MarginTypeModifier and TypeMethodDescriptionMLTrainSVMSGD.setMarginType(MLTrainSVMSGD.MarginType marginType)