Commit fd67835
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: 04435111f370dc8ca27fac6dae4a686bf483d1deArnoldiInfluenceFunction (#1187)1 parent 02b5028 commit fd67835
File tree
8 files changed
+1671
-6
lines changed- captum/influence
- _core
- _utils
- tests/influence
- _core
- _utils
8 files changed
+1671
-6
lines changedLarge diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
851 | 851 | | |
852 | 852 | | |
853 | 853 | | |
| 854 | + | |
| 855 | + | |
| 856 | + | |
| 857 | + | |
| 858 | + | |
| 859 | + | |
| 860 | + | |
| 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 | + | |
854 | 905 | | |
855 | 906 | | |
856 | 907 | | |
| |||
1007 | 1058 | | |
1008 | 1059 | | |
1009 | 1060 | | |
1010 | | - | |
| 1061 | + | |
| 1062 | + | |
| 1063 | + | |
1011 | 1064 | | |
1012 | 1065 | | |
1013 | 1066 | | |
| |||
0 commit comments