Improved k-medoids clustering with faster algorithms for big data.
problem High runtime cost of k-medoids clustering algorithms.
method Modifications to PAM, CLARA, and CLARANS algorithms to achieve O(k) runtime improvement.
result 458x and 1191x speedup in runtime for k=100,200 respectively.