public class LogisticRegressionAlgo extends BaseSparkAlgo
| Constructor and Description |
|---|
LogisticRegressionAlgo(String name,
String description)
Instantiates a new logistic regression 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–2018 Apache Software Foundation. All rights reserved.