weka 决策树

1.参数说明:

General options:

-h or -help
Output help information.
-synopsis or -info
Output synopsis for classifier (use in conjunction  with -h)
-t  (train file,训练文件,通常训练时只需要此文件即可,会进行10 交叉验证)
Sets training file.
-T  (测试文件,如果设置,则不进行交叉验证)
Sets test file. If missing, a cross-validation will be performed
on the training data.
-c  (分类类型是第几列,是可以指定的不是通过训练文件指定的)
Sets index of class attribute (default: last).
-x (指定交叉验证数,使用默认值即可)
Sets number

你可能感兴趣的:(机器学习)