cda-class | R Documentation |
This class contains the classification model obtained by the CDA method.
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 integer vector
.
model
The 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.