| cda-class {fdm2id} | R Documentation |
Canonical Disciminant Analysis model
Description
This class contains the classification model obtained by the CDA method.
Slots
projThe projection of the dataset into the canonical base. A
data.frame.transformThe transformation matrix between. A
matrix.centersCoordinates of the class centers. A
matrix.withinThe intr-class covarianc matrix. A
matrix.eigThe eigen-values. A
matrix.dimThe number of dimensions of the canonical base (numeric value).
nb.classesThe number of clusters (numeric value).
trainThe training set (description). A
data.frame.labelsClass labels of the training set. Either a
factoror an integervector.modelThe prediction model.
See Also
[Package fdm2id version 0.9.9 Index]