MATLAB File Help: cv.ANN_MLP/save Index
cv.ANN_MLP/save

Saves the algorithm parameters to a file or a string

model.save(filename)
str = model.save(filename)

Input

Output

This method stores the complete model state to the specified XML or YAML file (or to a string in memory, based on the number of output arguments).

See also
Method Details
Access public
Sealed false
Static false