I try to use weka from the ubuntu command line, however, when I execute the following command:
java -cp ./weka.jar weka.classifiers.trees.J48 -t /data/iris.ARFF
Then i get
Weka exception: No source has been specified
After that there is a detailed explanation of the use, but I do not think that I am using it incorrectly, since all websites talk about using WEKA in this way.
Can someone please help me about this?
Thanks.
source share