extractMetric {caretEnsemble} | R Documentation |
A generic function to extract cross-validated accuracy metrics from model objects.
extractMetric(x, ...)
x |
An object from which to extract metrics.
The specific method will be dispatched based on the class of |
... |
Additional arguments passed to the specific methods. |
extractMetric.train
,
extractMetric.caretList
,
extractMetric.caretStack