tree_dendro: Calculate the dendrogram for an individual tree

Description Usage Arguments Value

View source: R/netboost.R

Description

Calculate the dendrogram for an individual tree

Usage

1
tree_dendro(tree, datan, forest)

Arguments

tree

A list with two elements. ids, which is an integer vector of feature identifiers and rows, which is an integer vector of selected rows in the corresponding forest

datan

Data frame were rows correspond to samples and columns to features.

forest

Raw dendrogram-matrix as generated by the nb_mcupgma function.

Value

List of tree specific objects including dendrogram, tree data and features.


netboost documentation built on Nov. 8, 2020, 4:58 p.m.