write.arff(RWeka)
write.arff()所属R语言包:RWeka
Write Data into ARFF Files
ARFF文件的数据写入到
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Writes data into Weka Attribute-Relation File Format (<acronym>ARFF</acronym>) files.
将数据写入Weka中的属性关系的文件格式(<acronym> ARFF </首字母缩写)文件。
用法----------Usage----------
write.arff(x, file, eol = "\n")
参数----------Arguments----------
参数:x
the data to be written, preferably a matrix or data frame. If not, coercion to a data frame is attempted.
要写入的数据,优选的矩阵或数据框。如果没有,胁迫到数据框的尝试。
参数:file
either a character string naming a file, or a connection. "" indicates output to the standard output connection.
无论是一个字符串,命名一个文件或一个连接。 ""表示输出到标准输出连接。
参数:eol
the character(s) to print at the end of each line (row).
字符(S)打印在每一行(列)。
参考文献----------References----------
http://weka.wiki.sourceforge.net/ARFF
参见----------See Also----------
read.arff
read.arff
实例----------Examples----------
write.arff(iris, file = "")
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|