From: Benjamin Auder <benjamin.a@mailoo.org> Date: Thu, 5 Feb 2015 20:41:58 +0000 (+0100) Subject: Add README.html X-Git-Url: https://git.auder.net/js/%7B%7B%20asset('mixstore/images/rpsls.js?a=commitdiff_plain;h=70b2e106b2dba8400be1440679d4f8f049fc235d;p=ppam-mpi.git 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 @@ +<h1>Parallel clustering with k-medoids algorithm</h1> + +<p>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.</p> + +<hr/> + +<p>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.</p> + +<p>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.</p> \ No newline at end of file