MATLAB File Help: cv.DTrees/predict Index
cv.DTrees/predict

Predicts response(s) for the provided sample(s)

[results,f] = model.predict(samples)
[...] = model.predict(..., 'OptionName', optionValue, ...)

Input

Output

Options

The method traverses the decision tree and returns rhe prediction result from the reached leaf node, either the class label or the estimated function value.

See also
Method Details
Access public
Sealed false
Static false