1
Reader K-Means
2
K-Means clustering
2.1
Introduction: kNN versus K-Means
2.2
The Algorithm
2.3
Determining the Number of Clusters
2.4
Standardize or Normalize
2.5
The Analysis
2.5.1
Step 1: Preparing the Data
2.5.2
Step 2: Training the Model
2.5.3
Step 3: Evaluating the Model
2.6
Putting It All Together
3
Assignment K-Means Clustering
3.1
Solution: Some Help
K-Means Clustering
K-Means Clustering
Robert Goedegebuure
2021-05-19
1
Reader K-Means
In this reader, we explain how to perform K-Means clustering in R.