Interpretation Method
Superclass container for Interpretation Method objects
results
: data.frame
The aggregated results of the experiment
predictor
: Predictor object.
new()
Create an InterpretationMethod object
InterpretationMethod$new(predictor)
predictor
: Predictor
The object (created with `Predictor$new()`) holding the machine learning model and the data.
plot()
Plot function. Calls private$generatePlot()
of the respective subclass.
InterpretationMethod$plot(...)
...
: Passed to private$generatePlot()
.
print()
Printer for InterpretationMethod objects
InterpretationMethod$print()
clone()
The objects of this class are cloneable with this method.
InterpretationMethod$clone(deep = FALSE)
deep
: Whether to make a deep clone.
Useful links