Uses of Enum Class
net.algart.executors.modules.opencv.matrices.ml.training.MLTrainANNMLP.TrainingMethod
Packages that use MLTrainANNMLP.TrainingMethod
-
Uses of MLTrainANNMLP.TrainingMethod in net.algart.executors.modules.opencv.matrices.ml.training
Methods in net.algart.executors.modules.opencv.matrices.ml.training that return MLTrainANNMLP.TrainingMethodModifier and TypeMethodDescriptionMLTrainANNMLP.getTrainingMethod()static MLTrainANNMLP.TrainingMethodReturns the enum constant of this class with the specified name.static MLTrainANNMLP.TrainingMethod[]MLTrainANNMLP.TrainingMethod.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 MLTrainANNMLP.TrainingMethodModifier and TypeMethodDescriptionMLTrainANNMLP.setTrainingMethod(MLTrainANNMLP.TrainingMethod trainingMethod)