Skip to content

Commit c00fa0f

Browse files
committed
Port "Adjust eps parameter comment in README: "stopping tolerance""
Ported from cjlin1/liblinear@f1b6bde
1 parent ff192ad commit c00fa0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -428,7 +428,7 @@ in linear.h, so you can check the version number.
428428
int solver_type;
429429

430430
/* these are for training only */
431-
double eps; /* stopping criteria */
431+
double eps; /* stopping tolerance */
432432
double C;
433433
double nu; /* one-class SVM only */
434434
int nr_weight;

0 commit comments

Comments
 (0)