| InterpretationMethod {iml} | R Documentation |
Interpretation Method
Description
Superclass container for Interpretation Method objects
Public fields
resultsdata.frame
The aggregated results of the experimentpredictorPredictor object.
Methods
Public methods
Method new()
Create an InterpretationMethod object
Usage
InterpretationMethod$new(predictor)
Arguments
predictorPredictor
The object (created withPredictor$new()) holding the machine learning model and the data.
Method plot()
Plot function. Calls private$generatePlot() of the
respective subclass.
Usage
InterpretationMethod$plot(...)
Arguments
...Passed to
private$generatePlot().
Method print()
Printer for InterpretationMethod objects
Usage
InterpretationMethod$print()
Method clone()
The objects of this class are cloneable with this method.
Usage
InterpretationMethod$clone(deep = FALSE)
Arguments
deepWhether to make a deep clone.
[Package iml version 0.11.3 Index]