Skip to content

Commit

Permalink
one word change
Browse files Browse the repository at this point in the history
  • Loading branch information
SzymonNowakowski committed Aug 7, 2023
1 parent 86c6017 commit 8bac912
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vignettes/replacing-hclust.Rmd
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ The main reason a programmer might want to replace `stats:hclust` calls with

The better algorithmic time complexity (compared to multidimensional hierarchical clustering) paired with its efficient `C++` implementation make `hclust1d` very fast. The computational time beats `stats::hclust` on all sizes of data and is *en par* with `fastcluster::hclust` with small data sizes. However, it is of orders of magnitude faster than both multivariate clustering routines on larger data sizes.

# Prerequisities
# Introduction

### Compatibility of `hclust1d` with `stats::hclust`

Expand Down

0 comments on commit 8bac912

Please sign in to comment.