Author: apalumbo
Date: Tue Apr 14 14:05:26 2015
New Revision: 1673428
URL: http://svn.apache.org/r1673428
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=1673428&r1=1673427&r2=1673428&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:05:26 2015
@@ -95,7 +95,8 @@ Classification and testing on a holdout
--input (-i) input Path to job input directory.
--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]"
+ --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]"
--help (-h) Print out help
- **Testing:**
@@ -104,7 +105,8 @@ Classification and testing on a holdout
--input (-i) input Path to job input directory.
--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]"
+ --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]"
--help (-h) Print out help
## Examples