This document analyzes and summarizes the performance of different classifiers (kNN, NBC, Decision Tree, oneR, Random Forest) on four datasets (Mushroom, Wine-Quality, Flags, ZOO). For each dataset, the classifiers are evaluated using 10-fold cross validation, and their accuracy, error rate, recall, precision and F-score are reported. The Random Forest classifier generally performed best, achieving an accuracy of 70.10% on the Wine-Quality dataset. References and links to the datasets are also provided.