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 LogisticRegression
LogisticRegression. __fromPtr__(long addr)
static LogisticRegression
LogisticRegression. create()
Creates empty model.static LogisticRegression
LogisticRegression. load(String filepath)
Loads and creates a serialized LogisticRegression from a file Use LogisticRegression::save to serialize and store an LogisticRegression to disk.static LogisticRegression
LogisticRegression. 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.
-