|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.apache.lens.ml.MLModel<Double> org.apache.lens.ml.ClassifierBaseModel org.apache.lens.ml.spark.models.BaseSparkClassificationModel<SparkDecisionTreeModel> org.apache.lens.ml.spark.models.DecisionTreeClassificationModel
public class DecisionTreeClassificationModel
The Class DecisionTreeClassificationModel.
Constructor Summary | |
---|---|
DecisionTreeClassificationModel(String modelId,
SparkDecisionTreeModel model)
Instantiates a new decision tree classification model. |
Method Summary |
---|
Methods inherited from class org.apache.lens.ml.spark.models.BaseSparkClassificationModel |
---|
getId, predict |
Methods inherited from class org.apache.lens.ml.ClassifierBaseModel |
---|
getFeatureVector |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DecisionTreeClassificationModel(String modelId, SparkDecisionTreeModel model)
modelId
- the model idmodel
- the model
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |