第一个改动是新加ArffDecoder.iter_decode(self, file, encode_nominal = False, obj = None, batch = 20). 其中file是要读入的arff文件,encode_nominal我也不知道是什么鬼(这个参数是我从arffDecoder.decode参数表中抄 过来的), obj是python内部表示arff数据的对象,batch表示一次性读入多少实例。 当我们第一次...
$ conda install -c conda-forge liac-arff Manually: $ pip install . Documentation For a complete description of the module, consult the official documentation athttp://packages.python.org/liac-arff/with mirror inhttp://inf.ufrgs.br/~rppereira/docs/liac-arff/index.html ...