| dataset-class | R Documentation |
This class contains a dataset divided into four parts: the training set and test set, description and class labels.
train.xthe training set (description), as a data.frame or a matrix.
train.ythe training set (target), as a vector or a factor.
test.xthe training set (description), as a data.frame or a matrix.
test.ythe training set (target), as a vector or a factor.
splitdata
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.