get_data_kdd: Load the KDD Cup 1999 dataset

Description Usage Arguments Value

Description

Load the KDD Cup 1999 dataset

Usage

1
2
get_data_kdd(kdd_data_path, N_samples = 200, format = "df", mode = "full",
  seed = 42)

Arguments

kdd_data_path

The path to the data

N_samples

The number of samples to obtain. Default is 200.

format

String. Either df to return a data frame or matrix to return a matrix.

mode

either sample to return N_samples of data items or full (default) to return the entire dataset

seed

Random seed used when mode is sample. Default is 42.

Value

The data


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