Uses of Interface
net.algart.executors.modules.opencv.matrices.ml.MLTrainer
Packages that use MLTrainer
Package
Description
-
Uses of MLTrainer in net.algart.executors.modules.opencv.matrices.ml
Classes in net.algart.executors.modules.opencv.matrices.ml that implement MLTrainerMethods in net.algart.executors.modules.opencv.matrices.ml that return MLTrainerModifier and TypeMethodDescriptionstatic MLTrainerMLStatModelTrainer.loadOpenCVTrainer(Path file, Function<String, org.bytedeco.opencv.opencv_ml.StatModel> loader, MLKind statModelKind) Methods in net.algart.executors.modules.opencv.matrices.ml with parameters of type MLTrainerModifier and TypeMethodDescriptionprotected doubleAbstractMLTrain.doCalculateError(MLTrainer trainer, org.bytedeco.opencv.opencv_ml.TrainData trainData, org.bytedeco.opencv.opencv_core.Mat result) protected doubleAbstractMLTrain.doCalculateError(MLTrainer trainer, org.bytedeco.opencv.opencv_ml.TrainData trainData, org.bytedeco.opencv.opencv_core.UMat result) protected doubleAbstractMLTrain.doTrain(MLTrainer trainer, org.bytedeco.opencv.opencv_core.Mat samples, org.bytedeco.opencv.opencv_core.Mat responses, org.bytedeco.opencv.opencv_core.Mat autoTestResults) protected doubleAbstractMLTrain.doTrain(MLTrainer trainer, org.bytedeco.opencv.opencv_core.UMat samples, org.bytedeco.opencv.opencv_core.UMat responses, org.bytedeco.opencv.opencv_core.UMat autoTestResults) protected voidAbstractMLTrain.doTrain(MLTrainer trainer, org.bytedeco.opencv.opencv_ml.TrainData trainData, int sampleLength, int responseLength) protected MLMetadataJsonfinal voiddoubleAbstractMLTrain.trainNumbers(MLTrainer trainer, net.algart.executors.api.data.SNumbers samples, net.algart.executors.api.data.SNumbers responses, net.algart.executors.api.data.SNumbers autoTestResult) doubleAbstractMLTrain.trainPixels(MLTrainer trainer, net.algart.executors.api.data.SMat samples, net.algart.executors.api.data.SMat responses, net.algart.executors.api.data.SMat autoTestResult) final voidAbstractMLTrain.writeTrainer(MLTrainer trainer) -
Uses of MLTrainer in net.algart.executors.modules.opencv.matrices.ml.training
Methods in net.algart.executors.modules.opencv.matrices.ml.training with parameters of type MLTrainerModifier and TypeMethodDescriptionprotected voidMLTrainANNMLP.doTrain(MLTrainer trainer, org.bytedeco.opencv.opencv_ml.TrainData trainData, int sampleLength, int responseLength) protected voidMLTrainSVM.doTrain(MLTrainer trainer, org.bytedeco.opencv.opencv_ml.TrainData trainData, int sampleLength, int responseLength)