read.arff(RWeka)
read.arff()所属R语言包:RWeka
Read Data from ARFF Files
从ARFF文件中读取数据
译者:生物统计家园网 机器人LoveR
描述----------Description----------
Reads data from Weka Attribute-Relation File Format (<acronym>ARFF</acronym>) files.
来自WEKA属性关系的文件格式(<acronym> ARFF </首字母缩写)文件中读取数据。
用法----------Usage----------
read.arff(file)
参数----------Arguments----------
参数:file
a character string with the name of the <acronym>ARFF</acronym> file to read from, or a connection which will be opened if necessary, and if so closed at the end of the function call.
字符的字符串的名称的<acronym> ARFF</首字母缩写文件中读取,或connection的如果有必要,将打开的,如果关闭的函数调用结束时。
值----------Value----------
A data frame containing the data from the <acronym>ARFF</acronym> file.
一个数据框包含的数据的<acronym> ARFF </首字母缩写>文件。
参考文献----------References----------
http://weka.wiki.sourceforge.net/ARFF
参见----------See Also----------
write.arff
write.arff
实例----------Examples----------
read.arff(system.file("arff", "contact-lenses.arff",
package = "RWeka"))
转载请注明:出自 生物统计家园网(http://www.biostatistic.net)。
注:
注1:为了方便大家学习,本文档为生物统计家园网机器人LoveR翻译而成,仅供个人R语言学习参考使用,生物统计家园保留版权。
注2:由于是机器人自动翻译,难免有不准确之处,使用时仔细对照中、英文内容进行反复理解,可以帮助R语言的学习。
注3:如遇到不准确之处,请在本贴的后面进行回帖,我们会逐渐进行修订。
|