| mlbench.waveform | R Documentation |
The generated data set consists of 21 attributes with continuous values and a variable showing the 3 classes (33% for each of 3 classes). Each class is generated from a combination of 2 of 3 "base" waves.
mlbench.waveform(n)
n |
number of patterns to create |
Returns an object of class "mlbench.waveform" with components
x |
input values |
classes |
factor vector of length |
The original C code for the waveform generator was taken from the UCI Repository of Machine Learning Databases \bibcitepBlake+Merz:1998. The C code was modified to use R's random number generator by Friedrich Leisch, who also wrote the R interface.
Breiman:1996b, Blake+Merz:1998
p <- mlbench.waveform(100)
plot(p)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.