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/07/08 21:34:04 UTC

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

Author: apalumbo
Date: Wed Jul  8 19:34:04 2015
New Revision: 1689946

URL: http://svn.apache.org/r1689946
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=1689946&r1=1689945&r2=1689946&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 Wed Jul  8 19:34:04 2015
@@ -64,7 +64,6 @@ Classification and testing on a holdout
         $ mahout spark-testnb 
           -i ${PATH_TO_TFIDF_TEST_VECTORS}
           -m ${PATH_TO_MODEL} 
-          -ow 
           -c 
 
 ## Command line options