public class NaiveBayesAlgo extends BaseSparkAlgo
LOG| Constructor and Description | 
|---|
| NaiveBayesAlgo(String name,
              String description)Instantiates a new naive bayes algo. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | parseAlgoParams(Map<String,String> params)Parses the algo params. | 
configure, getArgUsage, getConf, getDescription, getName, getParamValue, getParamValue, parseParams, setSparkContext, trainpublic void parseAlgoParams(Map<String,String> params)
BaseSparkAlgoparseAlgoParams in class BaseSparkAlgoparams - the paramsCopyright © 2014–2015 Apache Software Foundation. All rights reserved.