Package org.neo4j.gds.similarity.knn
Interface NeighbourConsumer
-
- All Known Implementing Classes:
TargetNodeFilter
public interface NeighbourConsumerDuring KNN execution, this listener is offered every neighbour we encounter.
-
-
Field Summary
Fields Modifier and Type Field Description static NeighbourConsumerdevNull
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidoffer(long element, double priority)
-
-
-
Field Detail
-
devNull
static final NeighbourConsumer devNull
-
-