MATLAB File Help: cv.Boost/Boost | Index |
Creates/trains a new Boost model
model = cv.Boost()
model = cv.Boost(...)
The first variant creates an empty model. Use cv.Boost.train to train the model, or cv.Boost.load to load a pre-trained model.
The second variant accepts the same parameters as the train method, in which case it forwards the call after construction.