Uses of Enum Class
net.algart.executors.modules.opencv.matrices.ml.MLSamplesType
Packages that use MLSamplesType
-
Uses of MLSamplesType in net.algart.executors.modules.opencv.matrices.ml
Methods in net.algart.executors.modules.opencv.matrices.ml that return MLSamplesTypeModifier and TypeMethodDescriptionAbstractMLOperation.samplesType()static MLSamplesTypeReturns the enum constant of this class with the specified name.static MLSamplesType[]MLSamplesType.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in net.algart.executors.modules.opencv.matrices.ml with parameters of type MLSamplesTypeModifierConstructorDescriptionprotectedAbstractMLOperation(MLSamplesType samplesType) protectedAbstractMLPredict(MLSamplesType samplesType) protectedAbstractMLTrain(MLSamplesType samplesType)