get_clusters_from_clustassess_object | R Documentation |
Given the output of the automatic_stability_assessment
function, extract the clusters that are specific to a particular
configuration of feature type, feature size, clustering method and,
optionally, the number of clusters.
get_clusters_from_clustassess_object(
clustassess_object,
feature_type = NULL,
feature_size = NULL,
clustering_method = NULL,
nclusters = NULL
)
clustassess_object |
Output of the |
feature_type |
Type of feature used for dimensionality reduction. If
|
feature_size |
Size of the feature set used for clustering. If |
clustering_method |
Clustering method used. If |
nclusters |
Number of clusters to extract. If |
A list of clusters that are specific to the given configuration. Each number of cluster will contain the list of partitions with that specific k and the ECC value indicating the overall stability of k.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.