An elbow curve showing the relationship between number of clusters (k) and within-cluster sum of squares (inertia/distortion). Used to determine optimal number of clusters in K-means clustering by identifying the 'elbow point'.
Applications:
- Selecting optimal k in K-means clustering
- Customer segmentation analysis
- Image compression parameter selection
- Document clustering
Key elements:
- Number of clusters (k) on x-axis
- Inertia/distortion on y-axis
- Clear elbow point identification
- Optional: annotated optimal k value
An elbow curve showing the relationship between number of clusters (k) and within-cluster sum of squares (inertia/distortion). Used to determine optimal number of clusters in K-means clustering by identifying the 'elbow point'.
Applications:
Key elements: