Description Usage Details Value Examples
View source: R/z.register_methods.R
Reset to default clustering methods
1 |
The default methods are:
kmeans
see cluster_by_kmeans
.
dynamicTreeCut
see cluster_by_dynamicTreeCut
.
mclust
see cluster_by_mclust
.
apcluster
see cluster_by_apcluster
.
hdbscan
see cluster_by_hdbscan
.
fast_greedy
see cluster_by_igraph
.
leading_eigen
see cluster_by_igraph
.
louvain
see cluster_by_igraph
.
walktrap
see cluster_by_igraph
.
MCL
see cluster_by_MCL
.
binary_cut
see 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.