Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

dataset-class

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 a matrix.

train.y

the training set (target), as a vector or a factor.

test.x

the training set (description), as a data.frame or a matrix.

test.y

the training set (target), as a vector or a factor.

See Also


fdm2id

Data Mining and R Programming for Beginners

v0.9.5
GPL-3
Authors
Alexandre Blansché [aut, cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.