Reads data from Weka Attribute-Relation File Format (ARFF) files.
读取从WEKA属性关系的文件格式(ARFF)文件中的数据。
用法----------Usage----------
read.arff(file)
参数----------Arguments----------
参数:file
a character string with the name of the ARFF file to read from, or a connection which will be opened if necessary, and if so closed at the end of the function call.
一个ARFF文件的名称来读取,或connection字符串如果有必要,将打开的,如果在函数调用结束封闭。
值----------Value----------
A data frame containing the data from the ARFF file.
一个数据框的ARFF文件中包含的数据。