Uses of Interface
io.github.jbellis.jvector.graph.NeighborSimilarity.ScoreFunction
Packages that use NeighborSimilarity.ScoreFunction
-
Uses of NeighborSimilarity.ScoreFunction in io.github.jbellis.jvector.graph
Subinterfaces of NeighborSimilarity.ScoreFunction in io.github.jbellis.jvector.graphModifier and TypeInterfaceDescriptionstatic interfacestatic interfaceMethods in io.github.jbellis.jvector.graph that return NeighborSimilarity.ScoreFunctionModifier and TypeMethodDescriptionNeighborSimilarity.scoreProvider(int node1) For when we're going to compare node1 with multiple other nodes.Methods in io.github.jbellis.jvector.graph with parameters of type NeighborSimilarity.ScoreFunctionModifier and TypeMethodDescriptionGraphSearcher.search(NeighborSimilarity.ScoreFunction scoreFunction, NeighborSimilarity.ReRanker<T> reRanker, int topK, Bits acceptOrds)