From 71c01bb22b7f8fe7ac84deeb0adf995673f01bfb Mon Sep 17 00:00:00 2001 From: rofu Date: Tue, 15 Jun 2010 14:58:21 +0000 Subject: [PATCH 1/1] Change "svm.h" to "linear.h" in python README. --- python/README | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/python/README b/python/README index 426d92d..11575e9 100644 --- a/python/README +++ b/python/README @@ -97,9 +97,9 @@ functions. The usage is similar to LIBLINEAR MATLAB interface. Data Structures =============== -Three data structures derived from svm.h are node, problem, and +Three data structures derived from linear.h are node, problem, and parameter. They all contain fields with the same names in -svm.h. Access these fields carefully because you directly use a C structure +linear.h. Access these fields carefully because you directly use a C structure instead of a Python object. The following description introduces additional fields and methods. @@ -240,7 +240,7 @@ The above command loads param: an parameter instance generated by calling parameter('training_options') - model: the returned model instance. See svm.h for details of this + model: the returned model instance. See linear.h for details of this structure. If '-v' is specified, cross validation is conducted and the returned model is just a scalar: cross-validation accuracy for classification and mean-squared error for regression. -- 2.40.0