Revision as of 00:11, 12 June 2023 by Admin (Created page with "Apply the <span class="mw-gls mw-gls-first" data-name ="hardclustering">hard clustering</span> K-means II to the dataset <math>(-10,1),(...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
ABy Admin
Jun 12'23

Exercise

Apply the hard clustering K-means II to the dataset [math](-10,1),(10,1),(-10,-1),(10,-1)[/math] with initial cluster means [math](0,1),(0,-1)[/math] and tolerance [math]\varepsilon=0[/math].

For this initialization, will Algorithm K-means II get trapped in a local minimum of the clustering error?