essential
likely
maybe
probably not
Front (prompt)
ISODATA — three parameters the user must set?
Plain English (default view) — short, conversational, lightly seasoned with science
🔬 Scientific / formula (revealed on click) — markdown + $$…$$ ok
- **N** — max number of clusters (= max classes). - **T** — convergence threshold: % of pixels unchanged between iterations to declare convergence. - **M** — max iterations (safety cap).
💡 Mnemonic / memory aid (shown on hover)
N-T-M: Number (clusters), Threshold (convergence %), Max-iterations. Terminates on whichever hits first: T reached or M hit.
Cancel