cv.SVMSGD/TermCriteria - MATLAB File Help |
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
).
A struct with the following fields is accepted:
eps('single')
Constant | false |
Dependent | true |
Sealed | false |
Transient | false |
GetAccess | public |
SetAccess | public |
GetObservable | false |
SetObservable | false |