]> granicus.if.org Git - liblinear/commitdiff
remove trailing space
authorppetter1025 <peter58972@gmail.com>
Mon, 12 Nov 2018 06:08:43 +0000 (14:08 +0800)
committerppetter1025 <peter58972@gmail.com>
Mon, 12 Nov 2018 06:08:43 +0000 (14:08 +0800)
README

diff --git a/README b/README
index 6aed92439cf96be8272fae08b5f17f82ab61d4eb..86876bff8875c641f9b3d519d7134d26617f27f1 100644 (file)
--- a/README
+++ b/README
@@ -261,7 +261,7 @@ Use a smaller stopping tolerance 0.001 than the default
 > train -C data_file
 ...
 Best C = 0.000488281  CV accuracy = 83.3333%
-> train -c 0.000488281 data_file 
+> train -c 0.000488281 data_file
 
 Conduct cross validation many times by L2-loss SVM and find the
 parameter C which achieves the best cross validation accuracy. Then