X-Git-Url: https://git.auder.net/?a=blobdiff_plain;ds=sidebyside;f=README.html;fp=README.html;h=0000000000000000000000000000000000000000;hb=fba506c87ca0af65b92f98855127b613085eb66e;hp=d80a34561cdf3de7681dad659a13171feea645c2;hpb=d4f4dae82d76836b03e87b12f8adeaecde52ac62;p=ppam-mpi.git diff --git a/README.html b/README.html deleted file mode 100644 index d80a345..0000000 --- a/README.html +++ /dev/null @@ -1,17 +0,0 @@ -

Parallel clustering with a 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.

- -
- -

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.