From: Christian Kastner <debian@kvr.at>
Date: Mon, 11 Apr 2011 17:25:04 +0200
Subject: Documentation fix
Documented formula does not match train.c and matlab/train.c
Forwarded: yes
Last-Update: 2011-04-11
Index: liblinear-1.8+dfsg/README
===================================================================
--- liblinear-1.8+dfsg.orig/README 2011-04-11 17:28:39.688001268 +0200
+++ liblinear-1.8+dfsg/README 2011-04-11 17:29:04.567996946 +0200
@@ -114,7 +114,7 @@
-s 1, 3, 4 and 7
Dual maximal violation <= eps; similar to libsvm (default 0.1)
-s 5 and 6
- |f'(w)|_inf <= eps*min(pos,neg)/l*|f'(w0)|_inf,
+ |f'(w)|_1 <= eps*min(pos,neg)/l*|f'(w0)|_1,
where f is the primal function (default 0.01)
-B bias : if bias >= 0, instance x becomes [x; bias]; if < 0, no bias term added (default -1)
-wi weight: weights adjust the parameter C of different classes (see README for details)