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

Trains a boosted tree classifier

status = model.train(samples, responses)
status = model.train(csvFilename, [])
[...] = model.train(..., 'OptionName', optionValue, ...)

Input

Output

Options

Options for Data (first variant with samples and reponses)

Options for Data (second variant for loading CSV file)

The method trains the cv.Boost model.

Depending on the responses data type (or the specified VarType for the response), the method solves a classification problem for categorical labels, otherwise the training is treated as a regression problem for numerical responses.

See also
Method Details
Access public
Sealed false
Static false