From: Chih-Jen Lin Date: Tue, 26 Feb 2019 21:53:43 +0000 (-0800) Subject: Explain in python/README that commonutil.py includes functions for both LIBSVM/LIBLINEAR X-Git-Tag: v230~7 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=5031dd1624481c8bae8dd525981669e36dec6a88;p=liblinear Explain in python/README that commonutil.py includes functions for both LIBSVM/LIBLINEAR --- diff --git a/python/README b/python/README index ccc3531..8ef9e3f 100644 --- a/python/README +++ b/python/README @@ -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