This class contains the classification model obtained by the CDA method.
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 factor or an integer vector.
modelThe prediction model.