libsvm icon indicating copy to clipboard operation
libsvm copied to clipboard

Minor suggestion for the README file

Open daemonPainter opened this issue 7 years ago • 1 comments

I would kindly suggest to add that running "make" on a unix system builds three programs. Apparently, svm-scale is not in the list in the README. This is a very small change, but seems imho consistent with the style of the README file.

daemonPainter avatar May 12 '17 14:05 daemonPainter

will be added in the next release:

diff --git a/README b/README index 1db0e8c..7c1f889 100644 --- a/README +++ b/README @@ -42,8 +42,9 @@ More information about parameter selection can be found in Installation and Data Format

-On Unix systems, type make' to build the svm-train' and svm-predict' -programs. Run them without arguments to show the usages of them. +On Unix systems, type make' to build the svm-train', svm-predict', +and `svm-scale' programs. Run them without arguments to show the +usages of them.

On other systems, consult `Makefile' to build them (e.g., see 'Building Windows binaries' in this file) or use the pre-built

Gabriele Omodeo Vanone writes:

I would kindly suggest to add that running "make" on a unix system builds three programs. Apparently, svm-scale is not in the list in the README. This is a very small change, but seems imho consistent with the style of the README file.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.*

cjlin1 avatar Jul 17 '18 23:07 cjlin1