From: biconnect Date: Mon, 29 Jun 2009 02:20:18 +0000 (+0000) Subject: Modify the usage in matlab/train.c to consistent with train.c X-Git-Tag: v134~12 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=698473ac1653c2ad879dd235ceb68e32061c6482;p=liblinear Modify the usage in matlab/train.c to consistent with train.c --- diff --git a/matlab/train.c b/matlab/train.c index 58ac729..0777e10 100644 --- a/matlab/train.c +++ b/matlab/train.c @@ -22,11 +22,11 @@ void exit_with_help() "Usage: model = train(training_label_vector, training_instance_matrix, 'liblinear_options', 'col');\n" "liblinear_options:\n" "-s type : set type of solver (default 1)\n" - " 0 -- L2 logistic regression\n" + " 0 -- L2-regularized logistic regression\n" " 1 -- L2-loss support vector machines (dual)\n" " 2 -- L2-loss support vector machines (primal)\n" " 3 -- L1-loss support vector machines (dual)\n" - " 4 -- multi-class support vector machines from Crammer and Singer\n" + " 4 -- multi-class support vector machines by Crammer and Singer\n" "-c cost : set the parameter C (default 1)\n" "-e epsilon : set tolerance of termination criterion\n" " -s 0 and 2\n"