InterpretationMethod function

Interpretation Method

Interpretation Method

Superclass container for Interpretation Method objects

Public fields

  • results: data.frame

     The aggregated results of the experiment
    
  • predictor: Predictor object.

Methods

Public 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.

  • Maintainer: Giuseppe Casalicchio
  • License: MIT + file LICENSE
  • Last published: 2025-02-24