]> granicus.if.org Git - liblinear/commitdiff
Adjust eps parameter comment in README: "stopping tolerance"
authorBenedikt Waldvogel <benedikt.waldvogel@cronn.de>
Sun, 29 Nov 2020 15:49:55 +0000 (16:49 +0100)
committerChih-Jen Lin <cjlin@csie.ntu.edu.tw>
Mon, 30 Nov 2020 07:44:00 +0000 (15:44 +0800)
The comment was changed in linear.h via https://github.com/cjlin1/liblinear/commit/7b0193baec9a443684e4a079ae4a2040971f67cf.
However, the code snippet in the README was not adjusted.

Signed-off-by: Chih-Jen Lin <cjlin@csie.ntu.edu.tw>
README

diff --git a/README b/README
index 8a6b3851a011d1d9f1204fd09d3c17df9dc423f5..3a6056fb5e088c848e8f6f78c0a17cec8ac0a5d6 100644 (file)
--- a/README
+++ b/README
@@ -390,7 +390,7 @@ in linear.h, so you can check the version number.
                 int solver_type;
 
                 /* these are for training only */
-                double eps;             /* stopping criteria */
+                double eps;             /* stopping tolerance */
                 double C;
                 double nu;              /* one-class SVM only */
                 int nr_weight;