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