手法を比較
選択した手法を並べて確認できます。異なる行はハイライト表示されます。
| エルボー法× | 慣性× | |
|---|---|---|
| 分野 | モデル評価 | モデル評価 |
| 系統 | MCDM | MCDM |
| 提唱年≠ | 1953 | 1967 |
| 提唱者≠ | Robert Thorndike | Stuart Lloyd, James MacQueen |
| 種類≠ | Heuristic optimization criterion | Clustering quality metric |
| 原典≠ | Hastie, T., Tibshirani, R., & Friedman, J. (2009). The Elements of Statistical Learning: Data Mining, Inference, and Prediction. Springer Series in Statistics. link ↗ | Lloyd, S. P. (1982). Least squares quantization in PCM. IEEE Transactions on Information Theory, 28(2), 129-137. DOI ↗ |
| 別名≠ | elbow analysis, knee detection | WCSS, within-cluster sum of squares, cluster cohesion |
| 関連 | 5 | 5 |
| 概要≠ | The Elbow Method is a heuristic for selecting the optimal number of clusters in partitional clustering. Introduced by Robert Thorndike in 1953, it involves fitting clustering models for increasing numbers of clusters and plotting the within-cluster sum of squares (WCSS) against the number of clusters. The 'elbow' occurs where the rate of WCSS decrease sharply changes, suggesting an optimal cluster count. | Inertia, also called Within-Cluster Sum of Squares (WCSS), is a measure of cluster cohesion that quantifies how tightly points are grouped around their cluster centroids. Lower values indicate more compact, cohesive clusters. Inertia is the primary objective function for k-means clustering and has been a fundamental metric since the method's introduction. |
| ScholarGateデータセット ↗ |
|
|