All supported partitioning methods

all_partition_methods()

Details

New partitioning methods can be registered by register_partition_methods.

Value

A vector of supported partitioning methods.

Author

Zuguang Gu <z.gu@dkfz.de>

Examples

all_partition_methods()
#> [1] "hclust"  "kmeans"  "skmeans" "pam"     "mclust" 
#> attr(,"scale_method")
#> [1] "z-score" "z-score" "z-score" "z-score" "z-score"