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.