| cda-class | R Documentation | 
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.
CDA, plot.cda, predict.cda
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.