From f87c4278cdbe76c2845cbb27878ed43f221aed61 Mon Sep 17 00:00:00 2001 From: Benjamin Auder Date: Thu, 5 Feb 2015 23:15:14 +0100 Subject: [PATCH] update README --- README.html | 4 ++++ 1 file changed, 4 insertions(+) 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.

-- 2.44.0