X-Git-Url: https://git.auder.net/?p=epclust.git;a=blobdiff_plain;f=README.md;h=3c88963a4da2af76ca096b1c351580321dc429f3;hp=d510f696add3cc0f6439144b8a57b6fc21b3bd12;hb=HEAD;hpb=ab4a34efe7e9c82020a0e842a48d6bde1241d8a3 diff --git a/README.md b/README.md index d510f69..3c88963 100644 --- a/README.md +++ b/README.md @@ -6,12 +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 ≪ N + 2. Clustering from WER distances to obtain the final K2 < K1 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). +See ?epclust once the package is loaded.