A function that performs basic utilities about the data.
lol.utils.info(X, Y, robust = FALSE, ...)[n, d] the data with n samples in d dimensions.
[n] the labels of the samples.
whether to perform PCA on a robust estimate of the covariance matrix or not. Defaults to FALSE.
optional args.
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.