This document summarizes the results of using k-means clustering on four datasets prior to classification with decision trees. For each dataset, k-means clustering was performed with 2, 4, and 6 clusters, and a decision tree classifier was applied to the clustered data. Accuracy improved in most cases after clustering compared to directly applying the decision tree without clustering. Clustering helped increase classification accuracy by grouping similar instances together for three of the four datasets.