scheme_sub_km | R Documentation |
Subsampling-based K-means Clustering
scheme_sub_km(df, nk, B = 20, cut_ratio = 0.5, r = 5)
df |
data.frame or matrix of the dataset |
nk |
number of clusters |
B |
number of bootstrap samples |
cut_ratio |
ratio for subsampling (default: 0.5) |
r |
number of k-means runs (default: 5) |
List containing clustering results and stability measures
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.