X-Git-Url: https://git.auder.net/?a=blobdiff_plain;f=README.html;h=d80a34561cdf3de7681dad659a13171feea645c2;hb=d4f4dae82d76836b03e87b12f8adeaecde52ac62;hp=3ca71f8116df0f442698da9802dd556e9cc90570;hpb=70b2e106b2dba8400be1440679d4f8f049fc235d;p=ppam-mpi.git diff --git a/README.html b/README.html index 3ca71f8..d80a345 100644 --- a/README.html +++ b/README.html @@ -1,4 +1,8 @@ -

Parallel clustering with k-medoids algorithm

+

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.

@@ -10,4 +14,4 @@ to the Journées de Statistique in Rennes, France (2014), and also the slides pr

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 +it is necessary to adapt this small part of the code to use any other custom time-series files.