Description Usage Details Value See Also Examples
View source: R/z.register_methods.R
All clustering methods
1 |
The default clustering 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.
A vector of method names.
New methods can be added by register_clustering_methods.
1 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.