suggest_best_k-HierarchicalPartition-method {cola} | 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)