suggest_best_k-HierarchicalPartition-method: Guess the best number of partitions

Description Usage Arguments Details Value Author(s) Examples

Description

Guess the best number of partitions

Usage

1
2
## S4 method for signature 'HierarchicalPartition'
suggest_best_k(object, jaccard_index_cutoff = 0.95)

Arguments

object

A HierarchicalPartition-class object.

jaccard_index_cutoff

The cutoff for Jaccard index for comparing to previous k.

Details

It basically gives the best k at each node.

Value

A data frame with the best k and other statistics for each node.

Author(s)

Zuguang Gu <z.gu@dkfz.de>

Examples

1
2

cola documentation built on Nov. 8, 2020, 8:12 p.m.