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

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).

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