]> granicus.if.org Git - liblinear/commitdiff
Explain in python/README that commonutil.py includes functions for both LIBSVM/LIBLINEAR
authorChih-Jen Lin <cjlin@csie.ntu.edu.tw>
Tue, 26 Feb 2019 21:53:43 +0000 (13:53 -0800)
committerChih-Jen Lin <cjlin@csie.ntu.edu.tw>
Tue, 26 Feb 2019 21:53:43 +0000 (13:53 -0800)
python/README

index ccc3531022298c698c14ca1326527ffd3937d53b..8ef9e3f6a55d9a50a28b37c87cd48796cd0ce173 100644 (file)
@@ -44,8 +44,10 @@ Quick Start
 
 "Quick Start with Scipy" is in the next section.
 
-There are two levels of usage. The high-level one uses utility functions
-in liblinearutil.py and the usage is the same as the LIBLINEAR MATLAB interface.
+There are two levels of usage. The high-level one uses utility
+functions in liblinearutil.py and commonutil.py (shared with LIBSVM
+and imported by svmutil.py). The usage is the same as the LIBLINEAR
+MATLAB interface.
 
 >>> from liblinearutil import *
 # Read data in LIBSVM format