lol.utils.info: A function that performs basic utilities about the data.

Description Usage Arguments Value Author(s)

View source: R/utils.R

Description

A function that performs basic utilities about the data.

Usage

1
lol.utils.info(X, Y, robust = FALSE, ...)

Arguments

X

[n, d] the data with n samples in d dimensions.

Y

[n] the labels of the samples.

robust

whether to perform PCA on a robust estimate of the covariance matrix or not. Defaults to FALSE.

...

optional args.

Value

n the number of samples.

d the number of dimensions.

ylabs [K] vector containing the unique, ordered class labels.

priors [K] vector containing prior probability for the unique, ordered classes.

Author(s)

Eric Bridgeford


lolR documentation built on July 8, 2020, 7:35 p.m.