From: Hsin-Yuan Huang Date: Mon, 13 Mar 2017 14:57:05 +0000 (+0800) Subject: Add version information in LIBLINEAR README X-Git-Tag: v211~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=91567704932adce3b395792e1519eba6c1a5f008;p=liblinear Add version information in LIBLINEAR README --- diff --git a/README b/README index dd7899b..d59d6ab 100644 --- a/README +++ b/README @@ -288,6 +288,13 @@ 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; ' +in linear.h, so you can check the version number. + - Function: model* train(const struct problem *prob, const struct parameter *param);