File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -107,7 +107,7 @@ fake_dat %>%
107107```
108108
109109This process continues, with the closest two clusters being joined (or
110- "aggolermated ") at each step.
110+ "agglomerated ") at each step.
111111
112112
113113``` {r, echo = FALSE}
@@ -198,7 +198,7 @@ tibble(
198198```
199199
200200
201- ### Methods of aggolmeration
201+ ### Methods of agglomeration
202202
203203At every step of the agglomeration, we measure distances between current
204204clusters. With each cluster containing (possibly) multiple points, what does
@@ -331,7 +331,7 @@ hc_preds
331331
332332It's important to note that there is no guarantee that ` predict() ` on the
333333training data will produce the same results as ` extract_cluster_assignments() ` .
334- The process by which clusters are created during the aggolmerations results in
334+ The process by which clusters are created during the agglomerations results in
335335a particular partition; but if a training observation is treated as new data, it
336336is predicted in the same manner as truly new information.
337337
You can’t perform that action at this time.
0 commit comments