Package org.neo4j.gds.similarity.knn
Interface KnnSampler
-
public interface KnnSampler
-
-
Nested Class Summary
Nested Classes Modifier and Type Interface Description static classKnnSampler.SamplerType
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description long[]sample(long nodeId, long lowerBoundOnValidSamplesInRange, int numberOfSamples, java.util.function.LongPredicate isInvalidSample)
-