for classDist
, an object of class classDist
with
elements:
values a list with elements for each class. Each element
contains a mean vector for the class centroid and the
inverse of the class covariance matrix
classesa character vector of class labels
pcathe results of prcomp
when
pca = TRUE
callthe function call
pthe number of variables
na vector of samples sizes per class
For predict.classDist, a matrix with columns for each class.
The columns names are the names of the class with the prefix
dist.. In the case of numeric y, the class labels are
the percentiles. For example, of groups = 9, the variable names
would be dist.11.11, dist.22.22, etc.