sin1reg(rminer)
sin1reg()所属R语言包:rminer
sin1 regression dataset
SIN1回归数据集
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Simple synthetic dataset with 1000 points, where y=0.7*sin(pi*x1/2000)+0.3*sin(pi*x2/2000)
简单的合成与1000点的数据集,其中y = 0.7 * SIN(PI * x1/2000)+0.3 * SIN(PI * x2/2000)
用法----------Usage----------
data(sin1reg)
格式----------Format----------
The format is: chr "sin1reg"
其格式为:字符“sin1reg”
Details
详细信息----------Details----------
Simple synthetic dataset with 1000 points, where y=0.7*sin(pi*x1/2000)+0.3*sin(pi*x2/2000)
简单的合成与1000点的数据集,其中y = 0.7 * SIN(PI * x1/2000)+0.3 * SIN(PI * x2/2000)
源----------Source----------
See references
见参考文献
参考文献----------References----------
To cite the Importance function or sensitivity analysis method, please use:<br> P. Cortez and M. Embrechts.<br> Opening Black Box Data Mining Models Using Sensitivity Analysis.<br> In Proceedings of the 2011 IEEE Symposium on Computational Intelligence and Data Mining (CIDM), pp. 341-348, Paris, France, April, 2011.<br> http://www3.dsi.uminho.pt/pcortez/<br> </ul>
实例----------Examples----------
data(sin1reg)
print(summary(sin1reg))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|