|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.lens.ml.spark.algos.BaseSparkAlgo
org.apache.lens.ml.spark.algos.LogisticRegressionAlgo
public class LogisticRegressionAlgo
The Class LogisticRegressionAlgo.
| Field Summary |
|---|
| Fields inherited from class org.apache.lens.ml.spark.algos.BaseSparkAlgo |
|---|
LOG |
| Constructor Summary | |
|---|---|
LogisticRegressionAlgo(String name,
String description)
Instantiates a new logistic regression algo. |
|
| Method Summary | |
|---|---|
void |
parseAlgoParams(Map<String,String> params)
Parses the algo params. |
| Methods inherited from class org.apache.lens.ml.spark.algos.BaseSparkAlgo |
|---|
configure, getArgUsage, getConf, getDescription, getName, getParamValue, getParamValue, parseParams, setSparkContext, train |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public LogisticRegressionAlgo(String name,
String description)
name - the namedescription - the description| Method Detail |
|---|
public void parseAlgoParams(Map<String,String> params)
BaseSparkAlgo
parseAlgoParams in class BaseSparkAlgoparams - the params
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||