powered by
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)
data(doughnut)
An object of class data.frame with 10000 rows and 3 columns.
data.frame
# NOT RUN { data(doughnut) plot(doughnut$V1, doughnut$V2, col=doughnut$V3) # }
Run the code above in your browser using DataLab