cda-class: Canonical Disciminant Analysis model

cda-classR 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 integer vector.

model

The prediction model.

See Also

CDA, plot.cda, predict.cda


fdm2id documentation built on July 9, 2023, 6:05 p.m.

Related to cda-class in fdm2id...