Skip to content

Commit 41b687e

Browse files
clustering lobjs
1 parent ebb5733 commit 41b687e

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

source/clustering.Rmd

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -65,14 +65,12 @@ By the end of the chapter, readers will be able to do the following:
6565
and what insight it might extract from the data.
6666
* Explain the K-means clustering algorithm.
6767
* Interpret the output of a K-means analysis.
68-
* Differentiate between clustering and classification.
69-
* Identify when it is necessary to scale variables before clustering,
70-
and do this using R.
68+
* Differentiate between clustering, classification, and regression.
69+
* Identify when it is necessary to scale variables before clustering, and do this using R.
7170
* Perform K-means clustering in R using `tidymodels` workflows.
7271
* Use the elbow method to choose the number of clusters for K-means.
7372
* Visualize the output of K-means clustering in R using colored scatter plots.
74-
* Describe the advantages,
75-
limitations and assumptions of the K-means clustering algorithm.
73+
* Describe the advantages, limitations and assumptions of the K-means clustering algorithm.
7674

7775
## Clustering
7876
Clustering \index{clustering} is a data analysis technique

0 commit comments

Comments
 (0)