mlbench (version 2.1-3.1)

mlbench.smiley: The Smiley

Description

The smiley consists of 2 Gaussian eyes, a trapezoid nose and a parabula mouth (with vertical Gaussian noise).

Usage

mlbench.smiley(n=500, sd1 = 0.1, sd2 = 0.05)

Value

Returns an object of class "mlbench.smiley" with components

x

input values

classes

factor vector of length n with target classes

Arguments

n

number of patterns to create

sd1

standard deviation for eyes

sd2

standard deviation for mouth

Examples

Run this code
p<-mlbench.smiley()
plot(p)

Run the code above in your browser using DataCamp Workspace