Introduction
The k-means clustering method that measures data similarity by the Pearson correlation distance has been widely used for processing large-scale biological data and have proven useful in gaining insights into various aspects of life science. Despite the popularity of the Pearson correlation distance, optimization methods tailored to this distance are largely unexplored. Although effective pruning methods using triangle inequality have been developed for Euclidean distance, they are not applicable because the Pearson correlation distance does not satisfy triangle inequality.
To boost k-means clustering for the Pearson correlation distance, we propose a novel method of significantly pruning unnecessary computation while retaining the final solution. Our algorithm also can be applied to K-median clustering.
Source code
Manual and source code
Pubication
"Boosting k-means clustering for the Pearson correlation distance"
submitted
Data used in the publicated paper