Package | Description |
---|---|
org.opencv.ml |
Modifier and Type | Method and 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.
|
Copyright © 2020. All rights reserved.