accuracy.hybridModel: Accuracy measures for hybridModel objects
Description
Accuracy measures for hybridModel
objects.
Usage
# S3 method for hybridModel
accuracy(object, individual = FALSE, ..., f = NULL)
Arguments
individual
if TRUE
, return the accuracy of the component models instead
of the accuracy for the whole ensemble model.
...
other arguments (ignored).
f
Deprecated. Please use `object` instead.
Value
The accuracy of the ensemble or individual component models.
Details
Return the in-sample accuracy measures for the component models of the hybridModel