clustering
clustering,
looks at data clustering and the K-means algorithm.
The notes:
Scripts:
-
faithful_kmeans.py,
reads Old Faithful data, does one step of clustering
and stops early.
-
faithful_kmeans2.py,
reads Old Faithful data and calls kmeans2().
-
pizza_kmeans.py,
reads house and truck coordinates for the pizza problem,
and tries to find an optimal clustering.
Text files:
Images:
Last revised on 24 September 2019.