Skip to content

Commit

Permalink
Edit algorithms table in indtroduction to point to DRISEStack
Browse files Browse the repository at this point in the history
  • Loading branch information
schencej committed Mar 17, 2022
1 parent 654006f commit c9fec3f
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions docs/introduction.rst
Original file line number Diff line number Diff line change
Expand Up @@ -318,8 +318,6 @@ an algorithm, which is concerned only with the inputs and outputs.
Additionally, the algorithm can be flexibly determined by the user; that is, the user is free to choose and configure
the algorithm as needed for the problem domain.

:ref:`custom text <Class: SlidingWindow>`

The saliency algorithms can also be organized according to their respective tasks:

.. list-table:: Saliency Algorithms by Task
Expand All @@ -334,7 +332,7 @@ The saliency algorithms can also be organized according to their respective task
* - Image similarity
- :ref:`Similarity Based Saliency Maps (SBSM) <Class: SimilarityScoring>` [3]
* - Object detection
- :ref:`Detector-RISE (D-RISE) <Class: DRISEScoring>` [4]
- :ref:`Detector-RISE (D-RISE) <Class: DRISEStack>` [4]
* - Reinforcement learning
- :ref:`Perturbation-based Saliency <Class: SquaredDifferenceScoring>` [5]

Expand Down

0 comments on commit c9fec3f

Please sign in to comment.