Description Usage Arguments Details Value Author(s) Examples
Guess the best number of partitions
1 2 | ## 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>
1 2 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.