Package org.neo4j.gds.similarity.knn
Interface NeighbourConsumers
-
- All Known Implementing Classes:
TargetNodeFiltering
public interface NeighbourConsumersA holder forNeighbourConsumers. This instrument helps us extend KNN.
-
-
Field Summary
Fields Modifier and Type Field Description static NeighbourConsumersno_opA holder for sending data into the void, which is the default behaviour in regular KNN
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NeighbourConsumerget(long nodeId)
-
-
-
Field Detail
-
no_op
static final NeighbourConsumers no_op
A holder for sending data into the void, which is the default behaviour in regular KNN
-
-
Method Detail
-
get
NeighbourConsumer get(long nodeId)
-
-