get_result: Get the result of an interpretation method

View source: R/InterpretingMethod.R

get_resultR Documentation

Get the result of an interpretation method

Description

This is a generic S3 method for the R6 method InterpretingMethod$get_result(). See the respective method described in InterpretingMethod for details.

Usage

get_result(x, ...)

Arguments

x

An object of the class InterpretingMethod including the subclasses Gradient, SmoothGrad, LRP, DeepLift, DeepSHAP, IntegratedGradient, ExpectedGradient and ConnectionWeights.

...

Other arguments specified in the R6 method InterpretingMethod$get_result(). See InterpretingMethod for details.


innsight documentation built on May 29, 2024, 4:36 a.m.