LabelPropagation
gtrick.pyg.LabelPropagation¶
Note
LabelPropagation
has been implemented in PyG. You can use it by from torch_geometric.nn import LabelPropagation
or use gtrick to manage all tricks.
Since the two is the same, you can refer to the PyG document: torch_geometric.nn.LabelPropagation.
Examples: LabelPropagation (PyG)