fix accent (TODO: fix gitweb...)
[ppam-mpi.git] / README.md
CommitLineData
fba506c8
BA
1# Parallel clustering with a k-medoids algorithm
2
3Joint work with [Jairo Cugliari](http://eric.univ-lyon2.fr/~jcugliari/)
4
5---
6
7This C program runs the k-medoid algorithm on several subsets of one (presumably big) dataset.
8The computed medoids are then merged iteratively, until we get a final set of k centers.
9
10---
11
12The folder "communication/" contains latex sources (and generated pdf files) of a short paper submitted
ecd8468e 13to the Journées de Statistique in Rennes, France (2014), and also the slides presented at this event.
fba506c8
BA
14
15The other folder contains all the C code; but not the EDF (french electricity company) datasets, because they
16are not public. Since the (de)serialization process in code/src/TimeSeries/ is tailored for these data,
17it is necessary to adapt this small part of the code to use any other custom time-series files.