cv.ANN_MLP/ANN_MLP - MATLAB File Help
cv.ANN_MLP/ANN_MLP

Creates an empty ANN-MLP model

model = cv.ANN_MLP()

Use train to train the model, or load to load a pre-trained model. Note that the train method has optional flags.

See also