This project has retired. For details please refer to its Attic page.
LogisticRegressionAlgo (Lens 2.0.1-beta-incubating API)

org.apache.lens.ml.spark.algos
Class LogisticRegressionAlgo

java.lang.Object
  extended by org.apache.lens.ml.spark.algos.BaseSparkAlgo
      extended by org.apache.lens.ml.spark.algos.LogisticRegressionAlgo
All Implemented Interfaces:
MLAlgo

public class LogisticRegressionAlgo
extends BaseSparkAlgo

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

LogisticRegressionAlgo

public LogisticRegressionAlgo(String name,
                              String description)
Instantiates a new logistic regression algo.

Parameters:
name - the name
description - the description
Method Detail

parseAlgoParams

public void parseAlgoParams(Map<String,String> params)
Description copied from class: BaseSparkAlgo
Parses the algo params.

Specified by:
parseAlgoParams in class BaseSparkAlgo
Parameters:
params - the params


Copyright © 2014–2015 Apache Software Foundation. All rights reserved.