InterpretationMethod {iml} | R Documentation |
Interpretation Method
Description
Superclass container for Interpretation Method objects
Public fields
results
data.frame
The aggregated results of the experimentpredictor
Predictor object.
Methods
Public methods
Method new()
Create an InterpretationMethod object
Usage
InterpretationMethod$new(predictor)
Arguments
predictor
Predictor
The object (created withPredictor$new()
) holding the machine learning model and the data.
Method plot()
Plot function. Calls private$generatePlot()
of the
respective subclass.
Usage
InterpretationMethod$plot(...)
Arguments
...
Passed to
private$generatePlot()
.
Method print()
Printer for InterpretationMethod objects
Usage
InterpretationMethod$print()
Method clone()
The objects of this class are cloneable with this method.
Usage
InterpretationMethod$clone(deep = FALSE)
Arguments
deep
Whether to make a deep clone.
[Package iml version 0.11.3 Index]