suggest_best_k-HierarchicalPartition-method | R Documentation |
Guess the best number of partitions
## S4 method for signature 'HierarchicalPartition'
suggest_best_k(object)
object |
A |
It basically gives the best k at each node.
A data frame with the best k and other statistics for each node.
Zuguang Gu <z.gu@dkfz.de>
data(golub_cola_rh)
suggest_best_k(golub_cola_rh)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.