From: Hsin-Yuan Huang Date: Tue, 14 Mar 2017 12:46:53 +0000 (+0800) Subject: Modify README for better clarification X-Git-Tag: v211~3 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=56527e662ca37f73bc6693a45f1b0c57493b3b15;p=liblinear Modify README for better clarification --- diff --git a/README b/README index d59d6ab..f1fc420 100644 --- 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,