Naive Bayes Classifier

This script reads in an ARFF data file to learn a classification model and then classifies the data set itself. The script uses the Naive Bayes algorithm to classify, which is a simple but surprisingly powerful classification scheme. A few sample data sets are included along with the script.

Link:Download
Notes:Runs on anything with a modern version of Perl.


Return to program list