Skip to content

Commit 72a1237

Browse files
Merge pull request #195 from mcanouil/fix/typos-hier_clust
2 parents a928d70 + f9fbd4c commit 72a1237

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

vignettes/articles/hier_clust.Rmd

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ fake_dat %>%
107107
```
108108

109109
This 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

203203
At every step of the agglomeration, we measure distances between current
204204
clusters. With each cluster containing (possibly) multiple points, what does
@@ -331,7 +331,7 @@ hc_preds
331331

332332
It's important to note that there is no guarantee that `predict()` on the
333333
training 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
335335
a particular partition; but if a training observation is treated as new data, it
336336
is predicted in the same manner as truly new information.
337337

0 commit comments

Comments
 (0)