scheme_sub_hc | R Documentation |
Subsampling-based Hierarchical Clustering
scheme_sub_hc(
df,
nk,
B = 20,
cut_ratio = 0.5,
hc.method = "ward.D",
dist_method = "euclidean"
)
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) |
hc.method |
hierarchical clustering method (default: "ward.D") |
dist_method |
distance method (default: "euclidean") |
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.