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.
InterpretationMethod$plot(...)...Passed to private$generatePlot().
clone()The objects of this class are cloneable with this method.
InterpretationMethod$clone(deep = FALSE)deepWhether to make a deep clone.