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

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

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

Input

Output

Options

The method runs the sample through the trees in the ensemble and returns the output class label based on the weighted voting.

See also
Method Details
Access public
Sealed false
Static false