all_partition_methods.RdAll supported partitioning methods
all_partition_methods()New partitioning methods can be registered by register_partition_methods.
A vector of supported partitioning methods.
all_partition_methods()
#> [1] "hclust" "kmeans" "skmeans" "pam" "mclust"
#> attr(,"scale_method")
#> [1] "z-score" "z-score" "z-score" "z-score" "z-score"