DANA 4840 — K-means (exploración 2): USArrests, escala, codo y salida de R
Notas de exploración sobre K-means con datos reales (USArrests): qué hace la función, por qué scale(), cómo leer tamaños, centroides, WSS, betweenss/totss y ...
Notas de exploración sobre K-means con datos reales (USArrests): qué hace la función, por qué scale(), cómo leer tamaños, centroides, WSS, betweenss/totss y ...
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).