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

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

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

Input

Output

Options

This method returns the cumulative result from all the trees in the forest (the class that receives the majority of voices, or the mean of the regression function estimates).

See also
Method Details
Access public
Sealed false
Static false