I installed LibSVM in weka from package manager and it is successfully installed. But when I am running the following command-
java -cp ./weka.jar weka.classifiers.meta.FilteredClassifier -F weka.filters.unsupervised.attribute.RemoveType -W weka.classifiers.functions.LibSVM -t training.arff -no-cv -T testing.arff -v -o
it Shows that
Can't find class called: weka.classifiers.functions.LibSVM
But other classifiers like Naive Bayes is working. Why it's not finding the class. I am using mac.