Julia-XAI / ExplainableAI.jl

Explainable AI in Julia.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dispatch `heatmap` on method that was used to compute attribution

adrhill opened this issue · comments

Wrap attribution in struct containing metadata such as used analyzer to dispatch on heatmap.
This struct could also contain the neuron selection and possibly the classifier output.