AnchorSearcher
- class AnchorSearcher[source]
Bases:
ExtraReprMixin
,ABC
A method for finding the closest anchors.
Methods Summary
__call__
(edge_index, anchors, k[, num_entities])Find the \(k\) closest anchor nodes for each entity.
Methods Documentation