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