Uses of Interface
net.algart.executors.modules.opencv.matrices.ml.MLPredictor
Packages that use MLPredictor
Package
Description
-
Uses of MLPredictor in net.algart.executors.modules.opencv.matrices.ml
Subinterfaces of MLPredictor in net.algart.executors.modules.opencv.matrices.mlClasses in net.algart.executors.modules.opencv.matrices.ml that implement MLPredictorMethods in net.algart.executors.modules.opencv.matrices.ml that return MLPredictorModifier and TypeMethodDescriptionMLKind.loadPredictor(Path modelFile) MLKind.StatModelBased.loadPredictor(Path modelFile) final MLPredictorAbstractMLPredict.readPredictor(MLKind defaultKind, Function<String, Optional<MLKind>> modelNameToKind) final MLPredictorAbstractMLPredict.readStandardPredictor(MLKind defaultKind) MLPredictor.setPredictionFlags(int predictionFlags) Methods in net.algart.executors.modules.opencv.matrices.ml with parameters of type MLPredictorModifier and TypeMethodDescriptionprotected voidAbstractMLPredict.doPredict(MLPredictor predictor, org.bytedeco.opencv.opencv_core.Mat samples, org.bytedeco.opencv.opencv_core.Mat result) protected voidAbstractMLPredict.doPredict(MLPredictor predictor, org.bytedeco.opencv.opencv_core.UMat samples, org.bytedeco.opencv.opencv_core.UMat result) final voidAbstractMLPredict.predict(MLPredictor predictor) net.algart.executors.api.data.SNumbersAbstractMLPredict.predictNumbers(MLPredictor predictor, net.algart.executors.api.data.SNumbers samples) net.algart.executors.api.data.SMatAbstractMLPredict.predictPixels(MLPredictor predictor, net.algart.executors.api.data.SMat samples) final booleanAbstractMLPredict.selectIndexesOfMaximalResponses(MLPredictor predictor, int responseLength) final voidAbstractMLPredict.setPredictionFlags(MLPredictor predictor) -
Uses of MLPredictor in net.algart.executors.modules.opencv.matrices.ml.prediction
Methods in net.algart.executors.modules.opencv.matrices.ml.prediction with parameters of type MLPredictorModifier and TypeMethodDescriptionstatic net.algart.executors.api.data.SMatMLPredict.predict(MLPredictor predictor, net.algart.executors.api.data.SMat samples, boolean selectIndexesOfMaximalResponses, boolean useGPU) static net.algart.executors.api.data.SNumbersMLPredict.predict(MLPredictor predictor, net.algart.executors.api.data.SNumbers samples, boolean selectIndexesOfMaximalResponses, boolean useGPU)