loadKeelDataset: Load KEEL Dataset

View source: R/KeelUtils.R

loadKeelDatasetR 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")

RKEEL documentation built on Sept. 15, 2023, 1:08 a.m.

Related to loadKeelDataset in RKEEL...