--- a +++ b/docs-source/source/grad.rst @@ -0,0 +1,25 @@ +.. currentmodule:: slideflow.grad + +slideflow.grad +============== + +This submodule contains tools for calculating and display pixel attribution, or +saliency, maps. See :ref:`saliency` for more information. + +.. autoclass:: SaliencyMap + :inherited-members: + +.. automodule:: slideflow.grad + :members: + +.. autofunction:: comparison_plot + +.. autofunction:: inferno + +.. autofunction:: multi_plot + +.. autofunction:: oranges + +.. autofunction:: overlay + +.. autofunction:: saliency_map_comparison \ No newline at end of file