Learn R Programming

nntrf (version 0.1.4)

doughnutRand: Doughnut shaped dataset with 8 extra random attributes

Description

V1 to V8 are the extra random features (in the range 0-1) V9 and V10 are the original input features, normalized to 0-1 V11 is the output (TRUE / FALSE)

Usage

data(doughnutRand)

Arguments

Format

An object of class data.frame with 10000 rows and 11 columns.

Examples

Run this code
# NOT RUN {
data(doughnutRand)
plot(doughnutRand$V9, doughnutRand$V10, col=doughnutRand$V11)
# }

Run the code above in your browser using DataLab