Description Usage Arguments Value
View source: R/decomposition.R
Estimate number of clusters.
1 | estimate_clusters(ts, max.cl = 25, cutoff = 0.1)
|
ts |
Input vector of numbers (preferably integers), can also be a
Time-series object created using |
max.cl |
The maximum number of clusters that the algorithm evaluates. |
cutoff |
Determines how the right number of clusters is chosen. |
The estimated number of clusters. (More clusters will have
sum(witness) < cutoff
)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.