]> granicus.if.org Git - liblinear/commitdiff
Explain "Parameters" of the returned MATLAB/Octave model. It contains only solver...
authorChih-Jen Lin <cjlin@csie.ntu.edu.tw>
Fri, 19 Jun 2015 03:12:52 +0000 (20:12 -0700)
committerChih-Jen Lin <cjlin@csie.ntu.edu.tw>
Fri, 19 Jun 2015 03:12:52 +0000 (20:12 -0700)
matlab/README

index 00e13580fc0fee3abcf01114403c14cbb6f5b216..f2b02b73a7efe91ead0359dede55b371c5753bee 100644 (file)
@@ -117,7 +117,7 @@ The 'train' function returns a model which can be used for future
 prediction.  It is a structure and is organized as [Parameters, nr_class,
 nr_feature, bias, Label, w]:
 
-        -Parameters: Parameters
+        -Parameters: Parameters (now only solver type is provided)
         -nr_class: number of classes; = 2 for regression
         -nr_feature: number of features in training data (without including the bias term)
         -bias: If >= 0, we assume one additional feature is added to the end