Package org.neo4j.gds.similarity.knn
Interface NeighbourConsumer
- All Known Subinterfaces:
TargetNodeFilter
public interface NeighbourConsumer
During KNN execution, this listener is offered every neighbour we encounter.
-
Field Summary
Fields -
Method Summary
-
Field Details
-
EMPTY_CONSUMER
-
-
Method Details
-
offer
void offer(long element, double priority)
-