compute.stats {TreeDimensionTest}R Documentation

Tree Dimension Test Related Statistics

Description

Computes tree dimension measure, tree dimension test effect, number leafs and tree diameter from MST of a given dataset

Usage

compute.stats(x, MST = c("boruvka", "exact"), dim.reduction = c("pca", "none"))

Arguments

x

matrix of input data. Rows as observations and columns as features

MST

name of MST to be used in test. There are 2 options; "exact" MST and "boruvka" which is faster for large samples

dim.reduction

string parameter with value "pca" to perform dimensionality reduction or "none" to not perform dimensionality reduction

Value

A list with the following components:


[Package TreeDimensionTest version 0.0.2 Index]