save (cv.LogisticRegression) - MATLAB File Help |
Saves the algorithm parameters to a file or a string
model.save(filename)
str = model.save(filename)
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).
Access | public |
Sealed | false |
Static | false |