| InterpretationMethod | R Documentation |
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().
print()Printer for InterpretationMethod objects
InterpretationMethod$print()
clone()The objects of this class are cloneable with this method.
InterpretationMethod$clone(deep = FALSE)
deepWhether to make a deep clone.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.