Update
This commit is contained in:
parent
1f3ceca220
commit
9b645ad8d8
|
@ -1,5 +1,9 @@
|
||||||
Here is the an example code for using EiXGNN from the [EiX-GNN: Concept-level eigencentrality explainer for graph neural
|
# EiX-GNN
|
||||||
networks](https://arxiv.org/abs/2206.03491) paper
|
|
||||||
|
|
||||||
|
Official implementation of EiXGNN algorithm. For further informations, see [EiX-GNN: Concept-level eigencentrality explainer for graph neural networks, paper](https://arxiv.org/abs/2206.03491).
|
||||||
|
|
||||||
|
## Run an example
|
||||||
|
|
||||||
```python
|
```python
|
||||||
from torch_geometric.datasets import TUDataset
|
from torch_geometric.datasets import TUDataset
|
||||||
|
|
Loading…
Reference in New Issue