public class DecisionTreeClassificationModel extends BaseSparkClassificationModel<SparkDecisionTreeModel>
Constructor and Description |
---|
DecisionTreeClassificationModel(String modelId,
SparkDecisionTreeModel model)
Instantiates a new decision tree classification model.
|
getId, predict
getFeatureVector
public DecisionTreeClassificationModel(String modelId, SparkDecisionTreeModel model)
modelId
- the model idmodel
- the modelCopyright © 2014–2015 Apache Software Foundation. All rights reserved.