'update'
[epclust.git] / README.md
index f1ef56f..3c88963 100644 (file)
--- a/README.md
+++ b/README.md
@@ -6,10 +6,8 @@ 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
-       2) Filtering WER(?) to obtain the final k < K group representations.
+This program takes N time-series in input and is divided in two stages:
+  1. (Heuristic) k-medoids algorithm in parallel to obtain K1 centers, K1 &#8810; N
+  2. Clustering from WER distances to obtain the final K2 &lt; K1 group representations
 
----
-
-The folder ... contains ... (TODO)
+See ?epclust once the package is loaded.