suggest_best_k-HierarchicalPartition-method {cola} | R Documentation |
Guess the best number of partitions
## S4 method for signature 'HierarchicalPartition' suggest_best_k(object, jaccard_index_cutoff = 0.95)
object |
A |
jaccard_index_cutoff |
The cutoff for Jaccard index for comparing to previous k. |
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)