suggest_best_k-HierarchicalPartition-method {cola}R Documentation

Suggest the best number of partitions

Description

Suggest the best number of partitions

Usage

## S4 method for signature 'HierarchicalPartition'
suggest_best_k(object)

Arguments

object

A HierarchicalPartition-class object.

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

data(cola_rh)
suggest_best_k(cola_rh)

[Package cola version 1.0.1 Index]