From 80354fb94f28e23216ac328cf1d45f9b11615c31 Mon Sep 17 00:00:00 2001 From: popo Date: Fri, 11 Mar 2011 19:32:49 +0000 Subject: [PATCH] help message in matlab/train.c is modified according to trunk/train.c. --- matlab/train.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/matlab/train.c b/matlab/train.c index 4df2863..cad8a9a 100644 --- a/matlab/train.c +++ b/matlab/train.c @@ -37,11 +37,12 @@ void exit_with_help() "-e epsilon : set tolerance of termination criterion\n" " -s 0 and 2\n" " |f'(w)|_2 <= eps*min(pos,neg)/l*|f'(w0)|_2,\n" - " where f is the primal function, (default 0.01)\n" + " where f is the primal function and pos/neg are # of\n" + " positive/negative data (default 0.01)\n" " -s 1, 3, 4 and 7\n" " Dual maximal violation <= eps; similar to libsvm (default 0.1)\n" " -s 5 and 6\n" - " |f'(w)|_inf <= eps*min(pos,neg)/l*|f'(w0)|_inf,\n" + " |f'(w)|_1 <= eps*min(pos,neg)/l*|f'(w0)|_1,\n" " where f is the primal function (default 0.01)\n" "-B bias : if bias >= 0, instance x becomes [x; bias]; if < 0, no bias term added (default -1)\n" "-wi weight: weights adjust the parameter C of different classes (see README for details)\n" -- 2.40.0