This document summarizes and compares two clustering algorithms, K-means and hierarchical clustering, for analyzing road accident data. It first describes the K-means and hierarchical clustering algorithms and how they were implemented in WEKA tool on a road accident dataset containing 326 accidents over 6 years. K-means formed 4 clusters while hierarchical clustering used average link distance. Both approaches were evaluated based on true positive and false positive rates. Hierarchical clustering had slightly better performance with a 43% true positive rate and 34.6939% false positive rate, compared to 47% and 36.7347% for K-means clustering. Therefore, the document concludes hierarchical clustering may provide a better approach for analyzing road accident locations and related data.