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.x
the training set (description), as a
data.frame
or amatrix
.train.y
the training set (target), as a
vector
or afactor
.test.x
the training set (description), as a
data.frame
or amatrix
.test.y
the training set (target), as a
vector
or afactor
.
See Also
[Package fdm2id version 0.9.9 Index]