public class DecisionTreeAlgo extends BaseSparkAlgo
Constructor and Description |
---|
DecisionTreeAlgo(String name,
String description)
Instantiates a new decision tree 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, train
public void parseAlgoParams(Map<String,String> params)
BaseSparkAlgo
parseAlgoParams
in class BaseSparkAlgo
params
- the paramsCopyright © 2014–2015 Apache Software Foundation. All rights reserved.