loadKeelDataset {RKEEL} | R Documentation |
Load KEEL Dataset
Description
Loads a dataset of the KEEL datasets repository.
The included datasets names are available at the getKeelDatasetList
method of RKEELdata.
Usage
loadKeelDataset(dataName)
Arguments
dataName |
String with the correct data name of one of the KEEL datasets |
Value
Returns a data.frame with the KEEL dataset.
Examples
RKEEL::loadKeelDataset("iris")
[Package RKEEL version 1.3.4 Index]