Uses of Interface
io.github.jbellis.jvector.graph.NodeSimilarity.ScoreFunction
Packages that use NodeSimilarity.ScoreFunction
-
Uses of NodeSimilarity.ScoreFunction in io.github.jbellis.jvector.graph
Subinterfaces of NodeSimilarity.ScoreFunction in io.github.jbellis.jvector.graphModifier and TypeInterfaceDescriptionstatic interfacestatic interfaceMethods in io.github.jbellis.jvector.graph that return NodeSimilarity.ScoreFunctionModifier and TypeMethodDescriptionNodeSimilarity.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 NodeSimilarity.ScoreFunctionModifier and TypeMethodDescriptionGraphSearcher.search(NodeSimilarity.ScoreFunction scoreFunction, NodeSimilarity.Reranker reranker, int topK, float threshold, float rerankFloor, Bits acceptOrds) GraphSearcher.search(NodeSimilarity.ScoreFunction scoreFunction, NodeSimilarity.Reranker reranker, int topK, float threshold, Bits acceptOrds) GraphSearcher.search(NodeSimilarity.ScoreFunction scoreFunction, NodeSimilarity.Reranker reranker, int topK, Bits acceptOrds)