找回密码
 注册
查看: 373|回复: 0

R语言 RSofia包 write.svmlight()函数中文帮助文档(中英文对照)

[复制链接]
发表于 2012-9-28 22:14:11 | 显示全部楼层 |阅读模式
write.svmlight(RSofia)
write.svmlight()所属R语言包:RSofia

                                        Write Files in SVM-Light Format
                                         SVM-光格式写文件

                                         译者:生物统计家园网 机器人LoveR

描述----------Description----------

Write datasets in SVM-Light sparse data format
写数据集SVM-光稀疏的数据格式


用法----------Usage----------


write.svmlight(labels, data, file, ...)



参数----------Arguments----------

参数:labels
numeric. labels for dataset
数字。标签的数据集


参数:data
numeric matrix. explanatory variables
数字矩阵。解释变量


参数:file
a character string giving the name of the file to be written to.
给要写入的文件的名称的字符串。


参数:...
unused
未使用的


参见----------See Also----------

   read.svmlight
   read.svmlight


实例----------Examples----------



data(irismod)

x <- parse_formula(Is.Virginica ~ . , irismod)

tmp <- tempfile()

write.svmlight(x$labels, x$data, tmp);

readLines(tmp)

unlink(tmp)


转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。


注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

手机版|小黑屋|生物统计家园 网站价格

GMT+8, 2024-11-27 17:38 , Processed in 0.034175 second(s), 15 queries .

Powered by Discuz! X3.5

© 2001-2024 Discuz! Team.

快速回复 返回顶部 返回列表