From: Benjamin Auder Date: Thu, 5 Feb 2015 20:41:58 +0000 (+0100) Subject: Add README.html X-Git-Url: https://git.auder.net/?p=ppam-mpi.git;a=commitdiff_plain;h=70b2e106b2dba8400be1440679d4f8f049fc235d Add README.html --- diff --git a/README.html b/README.html new file mode 100644 index 0000000..3ca71f8 --- /dev/null +++ b/README.html @@ -0,0 +1,13 @@ +

Parallel clustering with k-medoids algorithm

+ +

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.

+ +
+ +

The folder "communication/" contains latex sources (and generated pdf files) of a short paper submitted +to the Journées de Statistique in Rennes, France (2014), and also the slides presented at this event.

+ +

The other folder contains all the C code; but not the EDF (french electricity company) datasets, because they +are not public. Since the (de)serialization process in code/src/TimeSeries/ is tailored for these data, +it is necessary to adapt this small part of the code to use any other custom time-series files.

\ No newline at end of file