C4.5 (J48) is an algorithm used to generate a decision tree developed by Ross Quinlan mentioned earlier. C4.5 is an extension of Quinlan's earlier ID3 algorithm. The decision trees generated by C4.5 can be used for classification, and for this reason, C4.5 is often referred to as a statistical classifier. It became quite popular after ranking #1 in the Top 10 Algorithms in Data Mining pre-eminent paper published by Springer LNCS in 2008.
Decision Tree algorithm: short WEKA tutorial is attached. http://art.uniroma2.it/basili/MLWM09/002_DecTree_Weka.pdf
An example of the use and implementation of C4.5 (J48) classifier in WEKA is presented in the attached link.
C4.5 (J48) is an algorithm used to generate a decision tree developed by Ross Quinlan mentioned earlier. C4.5 is an extension of Quinlan's earlier ID3 algorithm. The decision trees generated by C4.5 can be used for classification, and for this reason, C4.5 is often referred to as a statistical classifier. It became quite popular after ranking #1 in the Top 10 Algorithms in Data Mining pre-eminent paper published by Springer LNCS in 2008.
Decision Tree algorithm: short WEKA tutorial is attached. http://art.uniroma2.it/basili/MLWM09/002_DecTree_Weka.pdf
An example of the use and implementation of C4.5 (J48) classifier in WEKA is presented in the attached link.