all_clustering_methods.RdAll clustering methods
all_clustering_methods()The default clustering methods are:
kmeanssee cluster_by_kmeans.
dynamicTreeCutmclustsee cluster_by_mclust.
apclustersee cluster_by_apcluster.
hdbscansee cluster_by_hdbscan.
fast_greedysee 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.
all_clustering_methods()
#> [1] "binary_cut" "kmeans" "pam" "dynamicTreeCut"
#> [5] "mclust" "apcluster" "hdbscan" "fast_greedy"
#> [9] "louvain" "walktrap" "MCL"