Package org.apache.wayang.basic.model
Interface DecisionTreeRegressionModel
- All Superinterfaces:
Model,Serializable
- All Known Implementing Classes:
SparkDecisionTreeRegressionOperator.Model
-
Method Summary
Modifier and TypeMethodDescriptiondoublepredict(double[] features) Predict the output value for a single feature vector.
-
Method Details
-
predict
double predict(double[] features) Predict the output value for a single feature vector.- Parameters:
features- the input features- Returns:
- the predicted value
-