From 011b5dd657da05578ee18c36460432e2580ae7dc Mon Sep 17 00:00:00 2001 From: Valentin Emiya <valentin.emiya@lis-lab.fr> Date: Wed, 23 Sep 2020 16:27:51 +0200 Subject: [PATCH] Update README.md --- README.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5ffe8d3..7bec261 100644 --- a/README.md +++ b/README.md @@ -6,6 +6,13 @@ Code and data to reproduce experiments from paper The sound material is available in folder 'data'. -The code is available in folders 'matlab' and 'python'. The main experiments - are available in both programming languages. Some code is only available in - one language. \ No newline at end of file +The code is available in folders 'matlab' and 'python'. The main experiments are available in both programming languages: + +* Figure 1 can be reproduced TO BE COMPLETED +* Figure 2 can be reproduced TO BE COMPLETED +* Figure 3 can be reproduced in Matlab by running file `rank_estimation_halko_vs_eigs_gausswin.m`. +* Figure 4 can be reproduced in Python by running the specific tasks 12 and 13 from `tffpy.scripts.script_exp_solve_tff`. +* Figure 5 can be reproduced in Python by running the specific tasks 12 and 13 from `tffpy.scripts.script_exp_solve_tff`. +* Figure 6 can be reproduced in Python by running the full experiment from `tffpy.scripts.script_exp_solve_tff`. +* Table I can be reproduced in Python by running the full experiment from `tffpy.scripts.script_exp_solve_tff`. +* Table II can be reproduced in Python by running the full experiment from `tffpy.scripts.script_exp_solve_tff`. -- GitLab