Switch to unified view

a b/docs-source/source/grad.rst
1
.. currentmodule:: slideflow.grad
2
3
slideflow.grad
4
==============
5
6
This submodule contains tools for calculating and display pixel attribution, or
7
saliency, maps. See :ref:`saliency` for more information.
8
9
.. autoclass:: SaliencyMap
10
    :inherited-members:
11
12
.. automodule:: slideflow.grad
13
   :members:
14
15
.. autofunction:: comparison_plot
16
17
.. autofunction:: inferno
18
19
.. autofunction:: multi_plot
20
21
.. autofunction:: oranges
22
23
.. autofunction:: overlay
24
25
.. autofunction:: saliency_map_comparison