extractMetric | 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. |
A data.table
extractMetric.train
,
extractMetric.caretList
,
extractMetric.caretStack
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.