read_uci_dataset: Read UCI datasets

Description Usage Arguments Value

Description

Read UCI datasets

Usage

1
read_uci_dataset(dslist, dataset_name, remove_class = TRUE, as_df = FALSE)

Arguments

dslist

A list of available datasets obtained using the function prepareDSList from the package readMLData.

dataset_name

The name of the dataset to read

remove_class

Should the class be removed from the data. Default is TRUE.

as_df

Should the data be returned as a data frame. Default is FALSE, which returns a matrix.

Value

A list with the fields:

data

The data in the dataset

classes

The classes in the dataset

name

The name of the dataset


bwrc/corecluster-r documentation built on May 13, 2019, 9:12 a.m.