Learn R Programming

nntrf (version 0.1.4)

doughnut: Doughnut shaped dataset

Description

Doughnut-shaped two-class 2-dimensinoal classification problem V1 and V2 are the input features, normalized to 0-1 V3 is the output (TRUE / FALSE)

Usage

data(doughnut)

Arguments

Format

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

Examples

Run this code
# NOT RUN {
data(doughnut)
plot(doughnut$V1, doughnut$V2, col=doughnut$V3)
# }

Run the code above in your browser using DataLab