Description Usage Arguments Value Examples
Imports: ggplot2
1 2 3 4 5 6 7 | seekKmeansClusterNumber(
data0,
maxclusters = 15,
resample = 20,
maxrecenter = 10,
useFactoextra = T
)
|
maxclusters |
integer, maximum number of clusters to show in the plot |
resample |
integer, number of times the the algorithm repeats its procedure with random starting points |
maxrecenter |
integer, maximum number of times the algorithm re-centeres the cluster by mean and re-assigns the data points. This is done until the clusters do not change anymore but maximum as many times as specified here. |
data |
table, where rows are to be clustered |
plot object
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.