]> granicus.if.org Git - liblinear/commitdiff
(no commit message)
authoreaudex <eaudex@16e7d947-dcc2-db11-b54a-0017319806e7>
Sun, 23 Aug 2009 13:15:43 +0000 (13:15 +0000)
committereaudex <eaudex@16e7d947-dcc2-db11-b54a-0017319806e7>
Sun, 23 Aug 2009 13:15:43 +0000 (13:15 +0000)
README

diff --git a/README b/README
index 57293f1c3bdad5c7f30108f02caf52ed70a7e085..419261a3ad4175116cfc34e667706b3e5cd93afc 100644 (file)
--- a/README
+++ b/README
@@ -287,15 +287,15 @@ Library Usage
                 double* weight;
         };
 
-    solver_type can be one of L2_LR, L2_L2LOSS_SVC_DUAL, L2_L2LOSS_SVC, L2_L1LOSS_SVC_DUAL, MCSVM_CS, L1_L2LOSS_SVC, L1_LR.
+    solver_type can be one of L2R_LR, L2R_L2LOSS_SVC_DUAL, L2R_L2LOSS_SVC, L2R_L1LOSS_SVC_DUAL, MCSVM_CS, L1R_L2LOSS_SVC, L1R_LR.
 
-    L2_LR                L2-regularized logistic regression
-    L2_L2LOSS_SVC_DUAL   L2-regularized L2-loss support vector classification (dual) 
-    L2_L2LOSS_SVC        L2-regularized L2-loss support vector classification (primal)
-    L2_L1LOSS_SVC_DUAL   L2-regularized L1-loss support vector classification (dual)  
+    L2R_LR                L2-regularized logistic regression
+    L2R_L2LOSS_SVC_DUAL   L2-regularized L2-loss support vector classification (dual) 
+    L2R_L2LOSS_SVC        L2-regularized L2-loss support vector classification (primal)
+    L2R_L1LOSS_SVC_DUAL   L2-regularized L1-loss support vector classification (dual)  
     MCSVM_CS multi-class support vector classification by Crammer and Singer        
-    L1_L2LOSS_SVC        L1-regularized L2-loss support vector classification
-    L1_LR                L1-regularized logistic regression
+    L1R_L2LOSS_SVC        L1-regularized L2-loss support vector classification
+    L1R_LR                L1-regularized logistic regression
 
     C is the cost of constraints violation. 
     eps is the stopping criterion.