| dataset-class {fdm2id} | R Documentation |
Training set and test set
Description
This class contains a dataset divided into four parts: the training set and test set, description and class labels.
Slots
train.xthe training set (description), as a
data.frameor amatrix.train.ythe training set (target), as a
vectoror afactor.test.xthe training set (description), as a
data.frameor amatrix.test.ythe training set (target), as a
vectoror afactor.
See Also
[Package fdm2id version 0.9.9 Index]