Learn R Programming

twinsvm (version 0.0.1)

twomoons: Example Two-Moons Data

Description

A small two-class two-moons data set for examples and tests.

Usage

data(twomoons)

Arguments

Format

A data frame with 120 rows and 3 variables:

x1

First coordinate.

x2

Second coordinate.

y

Two-class factor with levels B and A.

Examples

Run this code
data(twomoons)
str(twomoons)

Run the code above in your browser using DataLab