DANA 4840 — K-means (MacQueen): Worksheet 2, two variables and WSS
K-means partitions points into k groups by alternating: assign each point to the nearest centroid, then recompute centroids as the mean of their members. Wit...
K-means partitions points into k groups by alternating: assign each point to the nearest centroid, then recompute centroids as the mean of their members. Wit...
Clustering uses distances (or dissimilarities) between objects. Below: scale numeric rows, Euclidean distance with dist, Pearson-style distances between row ...
Fourth study post for DANA 4840, aligned with the notebook topic assessing_clustering_tendency.Rmd (not the .Rmd itself — this page is the blog explanation)....
Study sheet for DANA 4840 — Worksheet 1a. Display math below uses MathJax (enabled on this page with math: true in the front matter).
Study sheet for DANA 4840 — Chapter 1: similarity for binary-coded shoppers (Simple Matching, optional daisy() check), plus the lecture block on similarity v...