GoogleCloudMlV1IntegratedGradientsAttribution class
Attributes credit by computing the Aumann-Shapley value taking advantage of the model's fully differentiable structure. Refer to this paper for more details: https://arxiv.org/abs/1703.01365
Constructors
Properties
- hashCode → int
-
The hash code for this object. [...]
read-only, inherited
- numIntegralSteps ↔ int
-
Number of steps for approximating the path integral. A good value to start
is 50 and gradually increase until the sum to diff property is met within
the desired error range.
read / write
- runtimeType → Type
-
A representation of the runtime type of the object.
read-only, inherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a non-existent method or property is accessed. [...]
inherited
-
toJson(
) → Map< String, Object> -
toString(
) → String -
Returns a string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator. [...]
inherited