Package org.neo4j.gds.similarity.knn
Class KnnNeighborFilterFactory
- java.lang.Object
-
- org.neo4j.gds.similarity.knn.KnnNeighborFilterFactory
-
- All Implemented Interfaces:
NeighborFilterFactory
public class KnnNeighborFilterFactory extends java.lang.Object implements NeighborFilterFactory
-
-
Constructor Summary
Constructors Constructor Description KnnNeighborFilterFactory(long nodeCount)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description NeighborFiltercreate()
-
-
-
Method Detail
-
create
public NeighborFilter create()
- Specified by:
createin interfaceNeighborFilterFactory
-
-