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/14 16:08:21 UTC

svn commit: r1673429 - /mahout/site/mahout_cms/trunk/content/users/algorithms/spark-naive-bayes.mdtext

Author: apalumbo
Date: Tue Apr 14 14:08:21 2015
New Revision: 1673429

URL: http://svn.apache.org/r1673429
Log:
CMS commit to mahout by apalumbo

Modified:
    mahout/site/mahout_cms/trunk/content/users/algorithms/spark-naive-bayes.mdtext

Modified: mahout/site/mahout_cms/trunk/content/users/algorithms/spark-naive-bayes.mdtext
URL: http://svn.apache.org/viewvc/mahout/site/mahout_cms/trunk/content/users/algorithms/spark-naive-bayes.mdtext?rev=1673429&r1=1673428&r2=1673429&view=diff
==============================================================================
--- mahout/site/mahout_cms/trunk/content/users/algorithms/spark-naive-bayes.mdtext (original)
+++ mahout/site/mahout_cms/trunk/content/users/algorithms/spark-naive-bayes.mdtext Tue Apr 14 14:08:21 2015
@@ -96,7 +96,9 @@ Classification and testing on a holdout
           --output (-o) output             The directory pathname for output.           
           --trainComplementary (-c)        Train complementary? Default is false.
           --master (-ma)                   Spark Master URL (optional). Default: "local".
-                                               Note that you can specify the number of cores to get a performance improvement, for example "local[4]"
+                                               Note that you can specify the number of 
+                                               cores to get a performance improvement, 
+                                               for example "local[4]"
           --help (-h)                      Print out help                               
 
 - **Testing:**
@@ -106,7 +108,9 @@ Classification and testing on a holdout
           --model (-m) model               The path to the model built during training.   
           --testComplementary (-c)         Test complementary? Default is false.                          
           --master (-ma)                   Spark Master URL (optional). Default: "local". 
-                                               Note that you can specify the number of cores to get a performance improvement, for example "local[4]"                        
+                                               Note that you can specify the number of 
+                                               cores to get a performance improvement, 
+                                               for example "local[4]"                        
           --help (-h)                      Print out help                                
 
 ## Examples