| cv.EM/TermCriteria - MATLAB File Help |
The termination criteria of the EM algorithm.
The EM algorithm can be terminated by the number of iterations
TermCriteria.maxCount (number of M-steps) or when relative change
of likelihood logarithm is less than TermCriteria.epsilon. Default
is struct('type','Count+EPS', 'maxCount',100, 'epsilon',1e-6).
| Constant | false |
| Dependent | true |
| Sealed | false |
| Transient | false |
| GetAccess | public |
| SetAccess | public |
| GetObservable | false |
| SetObservable | false |