Description Usage Details Value Examples
View source: R/z.register_methods.R
Reset to default clustering methods
1 |
The default methods are:
kmeanssee cluster_by_kmeans.
dynamicTreeCutsee cluster_by_dynamicTreeCut.
mclustsee cluster_by_mclust.
apclustersee cluster_by_apcluster.
hdbscansee cluster_by_hdbscan.
fast_greedysee cluster_by_igraph.
leading_eigensee cluster_by_igraph.
louvainsee cluster_by_igraph.
walktrapsee cluster_by_igraph.
MCLsee cluster_by_MCL.
binary_cutsee binary_cut.
No value is returned.
1 2 3 4 5 | all_clustering_methods()
remove_clustering_methods(c("kmeans", "mclust"))
all_clustering_methods()
reset_clustering_methods()
all_clustering_methods()
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.