guess_best_k-HierarchicalPartition-method {cola} | R Documentation |
Guess the best number of partitions
## S4 method for signature 'HierarchicalPartition' guess_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(cola_rh) guess_best_k(cola_rh)