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

Termination criteria of the training algorithm.

You can specify the maximum number of iterations (maxCount) and/or how much the error could change between the iterations to make the algorithm continue (epsilon). Default value is struct('type','Count+EPS', 'maxCount',1000, 'epsilon',0.01). A struct with the following fields is accepted:

Property Details
Constant false
Dependent true
Sealed false
Transient false
GetAccess 'public'
SetAccess 'public'
GetObservable false
SetObservable false