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

suggest_best_k-HierarchicalPartition-methodR Documentation

Guess the best number of partitions

Description

Guess 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(golub_cola_rh)
suggest_best_k(golub_cola_rh)

jokergoo/cola documentation built on Feb. 29, 2024, 1:41 a.m.