From: Hung-Yi Chou Date: Tue, 28 Jul 2020 10:26:16 +0000 (+0000) Subject: Add one-class (-s 21) help message to matlab/train.c X-Git-Tag: v241~2 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=4255834a962babf90ff3cc5a6d470aa565d0c74e;p=liblinear Add one-class (-s 21) help message to matlab/train.c --- diff --git a/matlab/train.c b/matlab/train.c index 3707656..1908fef 100644 --- a/matlab/train.c +++ b/matlab/train.c @@ -39,6 +39,8 @@ void exit_with_help() " 11 -- L2-regularized L2-loss support vector regression (primal)\n" " 12 -- L2-regularized L2-loss support vector regression (dual)\n" " 13 -- L2-regularized L1-loss support vector regression (dual)\n" + " for outlier detection\n" + " 21 -- one-class support vector machine (dual)\n" "-c cost : set the parameter C (default 1)\n" "-p epsilon : set the epsilon in loss function of SVR (default 0.1)\n" "-n nu : set the parameter nu of one-class SVM (default 0.5)\n"