This document compares the performance of classification algorithms like decision tree, naive Bayes, and k-nearest neighbors using five data mining tools: RapidMiner, WEKA, Tanagra, Orange, and Knime. The algorithms are tested on an Indian liver patient dataset containing 416 liver patient and 167 non-liver patient records. Accuracy scores are reported from the confusion matrices generated by each tool. Overall, Knime achieved the highest accuracy for all three algorithms, with decision tree and k-nearest neighbor performing better than naive Bayes. WEKA had the lowest naive Bayes accuracy.
Related topics: