Commit 6a0597d
add
Summary:
Pull Request resolved: #1187
This diff implements `ArnoldiInfluenceFunction`, which was described, along with `NaiveInfluenceFunction` in D40541294. Please see that diff for detailed description. Previously implementations of both methods had been 1 diff. Now, `ArnoldiInfluenceFunction` is separated out for easier review.
Reviewed By: vivekmig
Differential Revision: D42006733
fbshipit-source-id: 4006e3f786e224f004520dcf17108f0e20eeed90ArnoldiInfluenceFunction (#1187)1 parent 26d7556 commit 6a0597d
File tree
8 files changed
+1694
-10
lines changed- captum/influence
- _core
- _utils
- tests/influence
- _core
- _utils
8 files changed
+1694
-10
lines changedLarge diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
859 | 859 | | |
860 | 860 | | |
861 | 861 | | |
| 862 | + | |
| 863 | + | |
| 864 | + | |
| 865 | + | |
| 866 | + | |
| 867 | + | |
| 868 | + | |
| 869 | + | |
| 870 | + | |
| 871 | + | |
| 872 | + | |
| 873 | + | |
| 874 | + | |
| 875 | + | |
| 876 | + | |
| 877 | + | |
| 878 | + | |
| 879 | + | |
| 880 | + | |
| 881 | + | |
| 882 | + | |
| 883 | + | |
| 884 | + | |
| 885 | + | |
| 886 | + | |
| 887 | + | |
| 888 | + | |
| 889 | + | |
| 890 | + | |
| 891 | + | |
| 892 | + | |
| 893 | + | |
| 894 | + | |
| 895 | + | |
| 896 | + | |
| 897 | + | |
| 898 | + | |
| 899 | + | |
| 900 | + | |
| 901 | + | |
| 902 | + | |
| 903 | + | |
| 904 | + | |
| 905 | + | |
| 906 | + | |
| 907 | + | |
| 908 | + | |
| 909 | + | |
| 910 | + | |
| 911 | + | |
| 912 | + | |
862 | 913 | | |
863 | 914 | | |
864 | 915 | | |
| |||
1015 | 1066 | | |
1016 | 1067 | | |
1017 | 1068 | | |
1018 | | - | |
| 1069 | + | |
| 1070 | + | |
| 1071 | + | |
1019 | 1072 | | |
1020 | 1073 | | |
1021 | 1074 | | |
| |||
0 commit comments