Uses of Interface
net.algart.executors.modules.opencv.matrices.ml.MLKind
Packages that use MLKind
Package
Description
-
Uses of MLKind in net.algart.executors.modules.opencv.matrices.ml
Classes in net.algart.executors.modules.opencv.matrices.ml that implement MLKindMethods in net.algart.executors.modules.opencv.matrices.ml that return MLKindModifier and TypeMethodDescriptionMLMetadataJson.getModelKind()protected abstract MLKindAbstractMLTrain.modelKind()MLStatModelTrainer.modelKine()Methods in net.algart.executors.modules.opencv.matrices.ml that return types with arguments of type MLKindModifier and TypeMethodDescriptionMethods in net.algart.executors.modules.opencv.matrices.ml with parameters of type MLKindModifier and TypeMethodDescriptionstatic MLTrainerMLStatModelTrainer.loadOpenCVTrainer(Path file, Function<String, org.bytedeco.opencv.opencv_ml.StatModel> loader, MLKind statModelKind) final MLPredictorAbstractMLPredict.readPredictor(MLKind defaultKind, Function<String, Optional<MLKind>> modelNameToKind) final MLPredictorAbstractMLPredict.readStandardPredictor(MLKind defaultKind) MLMetadataJson.setModelKind(MLKind modelKind) Method parameters in net.algart.executors.modules.opencv.matrices.ml with type arguments of type MLKindModifier and TypeMethodDescriptionstatic MLMetadataJsonMLMetadataJson.of(jakarta.json.JsonObject mlMetadataJson, Function<String, Optional<MLKind>> modelNameToKind) static MLMetadataJsonstatic MLMetadataJsonMLMetadataJson.readIfValid(Path mlMetadataJsonFile, Function<String, Optional<MLKind>> modelNameToKind) final MLPredictorAbstractMLPredict.readPredictor(MLKind defaultKind, Function<String, Optional<MLKind>> modelNameToKind) Constructors in net.algart.executors.modules.opencv.matrices.ml with parameters of type MLKindModifierConstructorDescriptionMLStatModelTrainer(org.bytedeco.opencv.opencv_ml.StatModel statModel, MLKind statModelKind) -
Uses of MLKind in net.algart.executors.modules.opencv.matrices.ml.training
Methods in net.algart.executors.modules.opencv.matrices.ml.training that return MLKindModifier and TypeMethodDescriptionprotected MLKindMLTrainANNMLP.modelKind()protected MLKindMLTrainBoost.modelKind()protected MLKindMLTrainNormalBayesClassifier.modelKind()protected MLKindMLTrainRTrees.modelKind()protected MLKindMLTrainSVM.modelKind()protected MLKindMLTrainSVMSGD.modelKind()