MATLAB File Help: cv.ANN_MLP/TermCriteria | Index |
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:
Constant | false |
Dependent | true |
Sealed | false |
Transient | false |
GetAccess | 'public' |
SetAccess | 'public' |
GetObservable | false |
SetObservable | false |