spirals {kernlab} | R Documentation |
Spirals Dataset
Description
A toy data set representing
two spirals with Gaussian noise. The data was created with
the mlbench.spirals
function in mlbench
.
Usage
data(spirals)
Format
A matrix with 300 observations and 2 variables.
Examples
data(spirals)
plot(spirals)
[Package kernlab version 0.9-32 Index]