Extract config-specific clusters from a ClustAssess object
Source:R/utils.R
get_clusters_from_clustassess_object.Rd
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.
Usage
get_clusters_from_clustassess_object(
clustassess_object,
feature_type,
feature_size,
clustering_method,
nclusters = NULL
)
Arguments
- clustassess_object
Output of the
automatic_stability_assessment
.- feature_type
Type of feature used for dimensionality reduction.
- feature_size
Size of the feature set used for clustering.
- clustering_method
Clustering method used.
- nclusters
Number of clusters to extract. If NULL, all clusters are returned.