You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@mahout.apache.org by ap...@apache.org on 2015/04/05 01:17:32 UTC

svn commit: r1671359 - /mahout/site/mahout_cms/trunk/content/users/classification/bayesian.mdtext

Author: apalumbo
Date: Sat Apr  4 23:17:31 2015
New Revision: 1671359

URL: http://svn.apache.org/r1671359
Log:
MAHOUT-1635: adjust nb as needed ro reflect changes

Modified:
    mahout/site/mahout_cms/trunk/content/users/classification/bayesian.mdtext

Modified: mahout/site/mahout_cms/trunk/content/users/classification/bayesian.mdtext
URL: http://svn.apache.org/viewvc/mahout/site/mahout_cms/trunk/content/users/classification/bayesian.mdtext?rev=1671359&r1=1671358&r2=1671359&view=diff
==============================================================================
--- mahout/site/mahout_cms/trunk/content/users/classification/bayesian.mdtext (original)
+++ mahout/site/mahout_cms/trunk/content/users/classification/bayesian.mdtext Sat Apr  4 23:17:31 2015
@@ -98,10 +98,7 @@ Classification and testing on a holdout
 
         mahout trainnb
           --input (-i) input               Path to job input directory.                 
-          --output (-o) output             The directory pathname for output.           
-          --labels (-l) labels             Comma-separated list of labels to include in 
-                                               training                                     
-          --extractLabels (-el)            Extract the labels from the input            
+          --output (-o) output             The directory pathname for output.                    
           --alphaI (-a) alphaI             Smoothing parameter. Default is 1.0
           --trainComplementary (-c)        Train complementary? Default is false.                        
           --labelIndex (-li) labelIndex    The path to store the label index in