kernlab (version 0.9-29)

spirals: 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)

Arguments

Format

A matrix with 300 observations and 2 variables.

Examples

Run this code
# NOT RUN {
data(spirals)
plot(spirals)
# }

Run the code above in your browser using DataCamp Workspace