From 56527e662ca37f73bc6693a45f1b0c57493b3b15 Mon Sep 17 00:00:00 2001 From: Hsin-Yuan Huang Date: Tue, 14 Mar 2017 20:46:53 +0800 Subject: [PATCH] Modify README for better clarification --- README | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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, -- 2.50.1