From 4f80c5d28c7a179740221b1ec70d45f74eaf5f75 Mon Sep 17 00:00:00 2001 From: Ienco Dino <dino.ienco@irstea.fr> Date: Wed, 10 Mar 2021 18:04:14 +0000 Subject: [PATCH] Update README.md --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index e69de29..b88b363 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,4 @@ +Example to run the code: +python main.py JapWov 10 0 + +This means that we run the clustering algorithm on the Japanese Wovel dataset, with a number of constraints derived using 10 labelled instances per classes. The final 0 indicates the run number in order to record which is the specific run (for experimental evaluation purposes) -- GitLab