Interface DecisionTreeRegressionModel

All Superinterfaces:
Model, Serializable
All Known Implementing Classes:
SparkDecisionTreeRegressionOperator.Model

public interface DecisionTreeRegressionModel extends Model
  • Method Summary

    Modifier and Type
    Method
    Description
    double
    predict(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