This directory contains a number of helper classes which utilize SyReNN to compute desired properties of networks.
- LinesClassifier allows one to determine the output of a network on all points along a set of line segments.
- PlanesClassifier allows one to determine the output of a network on all points along a set of two-dimensional subspaces of the input space.
- IntegratedGradients supports exactly computing integrated gradients for a network and baseline/image pairs.
Primary usage examples are available in ../experiments along with the test cases in tests.