From 70b2e106b2dba8400be1440679d4f8f049fc235d Mon Sep 17 00:00:00 2001 From: Benjamin Auder Date: Thu, 5 Feb 2015 21:41:58 +0100 Subject: [PATCH] Add README.html --- README.html | 13 +++++++++++++ 1 file changed, 13 insertions(+) create mode 100644 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 -- 2.44.0