Uses of Class
org.opencv.ml.LogisticRegression
-
Packages that use LogisticRegression Package Description org.opencv.ml -
-
Uses of LogisticRegression in org.opencv.ml
Methods in org.opencv.ml that return LogisticRegression Modifier and Type Method Description static LogisticRegressionLogisticRegression. __fromPtr__(long addr)static LogisticRegressionLogisticRegression. create()Creates empty model.static LogisticRegressionLogisticRegression. load(String filepath)Loads and creates a serialized LogisticRegression from a file Use LogisticRegression::save to serialize and store an LogisticRegression to disk.static LogisticRegressionLogisticRegression. load(String filepath, String nodeName)Loads and creates a serialized LogisticRegression from a file Use LogisticRegression::save to serialize and store an LogisticRegression to disk.
-