Skip to content

Commit

Permalink
Merge pull request #195 from mcanouil/fix/typos-hier_clust
Browse files Browse the repository at this point in the history
  • Loading branch information
EmilHvitfeldt authored Jan 27, 2025
2 parents a928d70 + f9fbd4c commit 72a1237
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions vignettes/articles/hier_clust.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ fake_dat %>%
```

This process continues, with the closest two clusters being joined (or
"aggolermated") at each step.
"agglomerated") at each step.


```{r, echo = FALSE}
Expand Down Expand Up @@ -198,7 +198,7 @@ tibble(
```


### Methods of aggolmeration
### Methods of agglomeration

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

It's important to note that there is no guarantee that `predict()` on the
training data will produce the same results as `extract_cluster_assignments()`.
The process by which clusters are created during the aggolmerations results in
The process by which clusters are created during the agglomerations results in
a particular partition; but if a training observation is treated as new data, it
is predicted in the same manner as truly new information.

Expand Down

0 comments on commit 72a1237

Please sign in to comment.