I am not able to use GUI of weka in linux (linux mint 9).
It doesn’t allows me to use J48 from interface, whereas I am able to run it from command prompt.
Can anyone tell me what is can be the problem with it
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
J48 is expecting nominal class and therefore it is filtered out if your class is numeric.
If this is the case you should run a NumericToNominal Filter in the Preprocess stage. Note to state the index of the class column for the filter to run only on it.