Ask Your Question

Revision history [back]

click to hide/show revision 1
initial version

the TermCriteria determines, when to stop the learning.

you can set a maximum iteration count (MAX_ITER) and a minimum error or network loss (EPS)

the flags specify, which criterion to use, you can set either of them, or both (MAX_ITER | EPS).