CLEAR Node Matching Algorithm
Opened this issue · 0 comments
rileywhite-noblis commented
Maybe I am just missing it, but where is the CLEAR node matching algorithm implemented? I see that forward outputs "permuted_features" but this just directly passed from the input parameters and are not actually permuted. Same with the adj matrix. Here is the forward function:
https://github.com/aiim-research/GRETEL/blob/c67ccf20267609ae76e0ef1f114e6f40f656bbcb/src/explainer/generative/clear.py#L381C1-L382C1
Thanks