de_serialize works. Variables names improved. Code beautified. TODO: clustering tests
[epclust.git] / README.md
index d510f69..f1ef56f 100644 (file)
--- a/README.md
+++ b/README.md
@@ -7,11 +7,9 @@ Joint work with [Jairo Cugliari](http://eric.univ-lyon2.fr/~jcugliari/),
 ---
 
 This program takes n time-series in input and is divided in two stages:
-  1) (Heuristic) k-medoids algorithm in parallel to obtain K centers, K << n
+       1) (Heuristic) k-medoids algorithm in parallel to obtain K centers, K << n
        2) Filtering WER(?) to obtain the final k < K group representations.
 
 ---
 
-The folder "communication/" contains latex sources of the slides showed at half-project(?)
-
-The other folder contains all the R and C code, with toy datasets (real ones are not public).
+The folder ... contains ... (TODO)