Superclass container for Interpretation Method objects
resultsdata.frame
The aggregated results of the experiment
predictorPredictor object.
new()Create an InterpretationMethod object
InterpretationMethod$new(predictor)predictorPredictor
The object (created with Predictor$new()) holding the machine
learning model and the data.
plot()Plot function. Calls private$generatePlot() of the
respective subclass.