Learn R Programming

iml (version 0.11.2)

InterpretationMethod: Interpretation Method

Description

Superclass container for Interpretation Method objects

Arguments

Public fields

results

data.frame
The aggregated results of the experiment

predictor

Predictor object.

Methods


Method new()

Create an InterpretationMethod object

Usage

InterpretationMethod$new(predictor)

Arguments

predictor

Predictor
The object (created with Predictor$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

deep

Whether to make a deep clone.