sin1reg {rminer} | R Documentation |
sin1 regression dataset
Description
Simple synthetic dataset with 1000 points, where y=0.7*sin(pi*x1/2000)+0.3*sin(pi*x2/2000)
Usage
data(sin1reg)
Format
The format is: chr "sin1reg"
Details
Simple synthetic dataset with 1000 points, where y=0.7*sin(pi*x1/2000)+0.3*sin(pi*x2/2000)
Source
See references
References
To cite the Importance function, sensitivity analysis methods or synthetic datasets, please use:
P. Cortez and M.J. Embrechts.
Using Sensitivity Analysis and Visualization Techniques to Open Black Box Data Mining Models.
In Information Sciences, Elsevier, 225:1-17, March 2013.
http://dx.doi.org/10.1016/j.ins.2012.10.039
Examples
data(sin1reg)
print(summary(sin1reg))
[Package rminer version 1.4.6 Index]