From: Benjamin Auder Date: Thu, 5 Feb 2015 22:15:14 +0000 (+0100) Subject: update README X-Git-Url: https://git.auder.net/?p=ppam-mpi.git;a=commitdiff_plain;h=f87c4278cdbe76c2845cbb27878ed43f221aed61 update README --- diff --git a/README.html b/README.html index 3ca71f8..41d130e 100644 --- a/README.html +++ b/README.html @@ -1,5 +1,9 @@

Parallel clustering with k-medoids algorithm

+

Joint work with Jairo Cugliari.

+ +
+

This C program runs the k-medoid algorithm on several subsets of one (presumably big) dataset. The computed medoids are then merged iteratively, until we get a final set of k centers.