From b3e61545291b251b900e50bb0e966139759c4954 Mon Sep 17 00:00:00 2001 From: Chih-Jen Lin Date: Thu, 18 Jun 2015 20:12:52 -0700 Subject: [PATCH] Explain "Parameters" of the returned MATLAB/Octave model. It contains only solver type now --- matlab/README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/matlab/README b/matlab/README index 00e1358..f2b02b7 100644 --- a/matlab/README +++ b/matlab/README @@ -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 -- 2.40.0