Fit Model
fit_model.Rd
Fit a classification or regression model.
Arguments
- obj
A model fitting object.
- roi_x
An ROI containing the training data.
- y
The response vector.
- wts
A set of case weights.
- param
Tuning parameters.
- lev
Factor levels (for classification).
- last
Logical indicating if this is the last iteration.
- classProbs
Logical indicating if class probabilities should be returned.
- ...
Additional arguments to be passed to the method-specific function.