From 928460faf16fd62f19f3d9add4f0152eee037aff Mon Sep 17 00:00:00 2001 From: Marek Pecha <pecha.mari@gmail.com> Date: Fri, 1 Sep 2017 10:12:03 +0200 Subject: [PATCH] README: add flag -i description --- README | 1 + 1 file changed, 1 insertion(+) diff --git a/README b/README index f1fc420..53acac7 100644 --- a/README +++ b/README @@ -132,6 +132,7 @@ options: -wi weight: weights adjust the parameter C of different classes (see README for details) -v n: n-fold cross validation mode -C : find parameter C (only for -s 0 and 2) +-i max_iters : maximum iterations (default: 1000; only for -s 0, 1, 2, 3, 4, 5) -q : quiet mode (no outputs) Option -v randomly splits the data into n parts and calculates cross -- GitLab