all_partition_methods.Rd
All 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"