node_info-HierarchicalPartition-method {cola}R Documentation

Information on the nodes

Description

Information on the nodes

Usage

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

Arguments

object

A HierarchicalPartition-class object.

Details

It returns the following node-level information:

id

Node id.

n_columns

Number of columns.

n_signatures

Number of signatures.

p_signatures

Percent of signatures.

is_leaf

Whether the node is a leaf

Examples

# There is no example
NULL


[Package cola version 1.99.4 Index]