X-Git-Url: https://git.auder.net/?p=synclust.git;a=blobdiff_plain;f=README.html;fp=README.html;h=8b45885a7eaede75ce6ff3fde712c82a3cdc06e2;hp=0000000000000000000000000000000000000000;hb=195af7f900ef4a29ea6e1629a9e4934539e1c9b1;hpb=f310ba7f9b7654597890ecec1edd68aa2fe39509 diff --git a/README.html b/README.html new file mode 100755 index 0000000..8b45885 --- /dev/null +++ b/README.html @@ -0,0 +1,20 @@ +

Clustering into regions of synchronous variations

+ +

Joint work with Christophe Giraud.

+ +
+ +

This R package implements a clustering method described in detail in this article.

+ +

The goal is to divide a map of observational sites into regions of similar intra-variability over the years, but +with distinct dynamics compared to other regions. +The problem has both spatial (the sites) and temporal (measurements every year) aspects, and is difficult because +there are no a priori indications about the regions.

+ +
+ +

Two (heuristic) methods are available in the package, either direct graph clustering or parameters estimation +in a model-based formulation of the problem.

+ +

+Main function to cluster populations data: findSyncVarRegions().