]> granicus.if.org Git - liblinear/commitdiff
Change "svm.h" to "linear.h" in python README.
authorrofu <rofu@16e7d947-dcc2-db11-b54a-0017319806e7>
Tue, 15 Jun 2010 14:58:21 +0000 (14:58 +0000)
committerrofu <rofu@16e7d947-dcc2-db11-b54a-0017319806e7>
Tue, 15 Jun 2010 14:58:21 +0000 (14:58 +0000)
python/README

index 426d92d40ba4695bf686965928dd409779cbee30..11575e9edc97cea62a31fd4f7ae9a8b872df73ea 100644 (file)
@@ -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.