]> granicus.if.org Git - liblinear/commitdiff
Modify README for better clarification
authorHsin-Yuan Huang <momohuang@Hsin-Yuans-iMac.local>
Tue, 14 Mar 2017 12:46:53 +0000 (20:46 +0800)
committerHsin-Yuan Huang <momohuang@Hsin-Yuans-iMac.local>
Tue, 14 Mar 2017 12:46:53 +0000 (20:46 +0800)
README

diff --git a/README b/README
index d59d6ab5f6ca324d2cfd69fb6de468de85f5045b..f1fc420ddb7922690fb6723a215a7e8d10214161 100644 (file)
--- a/README
+++ b/README
@@ -288,11 +288,9 @@ Output probability estimates (for logistic regression only).
 Library Usage
 =============
 
-These functions and structures are declared in the header file
-`linear.h'.  You need to #include "linear.h" in your C/C++
-source files and link your program with `linear.cpp'. You can see
-`train.c' and `predict.c' for examples showing how to use them. We
-define LIBLINEAR_VERSION and declare `extern int liblinear_version; '
+These functions and structures are declared in the header file `linear.h'.
+You can see `train.c' and `predict.c' for examples showing how to use them.
+We define LIBLINEAR_VERSION and declare `extern int liblinear_version; '
 in linear.h, so you can check the version number.
 
 - Function: model* train(const struct problem *prob,