Rdocumentation
powered by
Learn R Programming
mlr (version 2.10)
isFailureModel: Is the model a FailureModel?
Description
Such a model is created when one sets the corresponding option in
configureMlr
. For complex wrappers this getter returns
TRUE
if ANY model contained in it failed.
Usage
isFailureModel(model)
Arguments
model
[
WrappedModel
] The model.
Value
[
logical(1)
].