ARFF文件介绍
WEKA存储数据的格式是ARFF(Attribute-RelationFile Format)文件,这是一种ASCII文本文件。图1所示的二维表格存储在如下的ARFF文件中。这也就是WEKA自带的weather.arff文件,在WEKA安装目录的data子目录下可以找到。
Code: |
% ARFF file for the weather data with some numric features |
ARFF文件介绍
WEKA存储数据的格式是ARFF(Attribute-RelationFile Format)文件,这是一种ASCII文本文件。图1所示的二维表格存储在如下的ARFF文件中。这也就是WEKA自带的weather.arff文件,在WEKA安装目录的data子目录下可以找到。
Code: |
% ARFF file for the weather data with some numric features |