Uses of Class
org.opencv.ml.ANN_MLP
-
Packages that use ANN_MLP Package Description org.opencv.ml -
-
Uses of ANN_MLP in org.opencv.ml
Methods in org.opencv.ml that return ANN_MLP Modifier and Type Method Description static ANN_MLP
ANN_MLP. __fromPtr__(long addr)
static ANN_MLP
ANN_MLP. create()
Creates empty model Use StatModel::train to train the model, Algorithm::load<ANN_MLP>(filename) to load the pre-trained model.static ANN_MLP
ANN_MLP. load(String filepath)
Loads and creates a serialized ANN from a file Use ANN::save to serialize and store an ANN to disk.
-