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

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

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

public class DecisionTreeAlgo
extends BaseSparkAlgo

The Class DecisionTreeAlgo.


Field Summary
 
Fields inherited from class org.apache.lens.ml.spark.algos.BaseSparkAlgo
LOG
 
Constructor Summary
DecisionTreeAlgo(String name, String description)
          Instantiates a new decision tree 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

DecisionTreeAlgo

public DecisionTreeAlgo(String name,
                        String description)
Instantiates a new decision tree 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.