cda-class {fdm2id} | R Documentation |
Canonical Disciminant Analysis model
Description
This class contains the classification model obtained by the CDA method.
Slots
proj
The projection of the dataset into the canonical base. A
data.frame
.transform
The transformation matrix between. A
matrix
.centers
Coordinates of the class centers. A
matrix
.within
The intr-class covarianc matrix. A
matrix
.eig
The eigen-values. A
matrix
.dim
The number of dimensions of the canonical base (numeric value).
nb.classes
The number of clusters (numeric value).
train
The training set (description). A
data.frame
.labels
Class labels of the training set. Either a
factor
or an integervector
.model
The prediction model.
See Also
[Package fdm2id version 0.9.9 Index]