File: spirals.Rd

package info (click to toggle)
r-cran-kernlab 0.9-33-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 2,216 kB
  • sloc: cpp: 6,011; ansic: 935; makefile: 2
file content (17 lines) | stat: -rw-r--r-- 355 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
\name{spirals}
\alias{spirals}
\title{Spirals Dataset}
\description{A toy data set representing
two spirals with Gaussian noise. The data was created with 
the \code{mlbench.spirals} function in \code{mlbench}.
}
\usage{data(spirals)}
\format{
A matrix with 300 observations and 2 variables.
}

\examples{
data(spirals)
plot(spirals)
}
\keyword{datasets}