Top "J48" questions

J48 is an open source Java implementation of the C4.

J48 tree in R - train and test classification

I want to use train and test in J48 decision-tree on R. here is my code: library("RWeka") data <…

r classification weka decision-tree j48
How to interpret weka classification result J48

I need help to interpret result in weka using the J48 I dont know how to explain the result, I …

machine-learning weka j48