Add README.html
authorBenjamin Auder <benjamin.a@mailoo.org>
Thu, 5 Feb 2015 20:41:58 +0000 (21:41 +0100)
committerBenjamin Auder <benjamin.a@mailoo.org>
Thu, 5 Feb 2015 20:41:58 +0000 (21:41 +0100)
README.html [new file with mode: 0644]

diff --git a/README.html b/README.html
new file mode 100644 (file)
index 0000000..3ca71f8
--- /dev/null
@@ -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