Package io.github.jbellis.jvector.graph
Interface NodeSimilarity.ApproximateScoreFunction
- All Superinterfaces:
NodeSimilarity.ScoreFunction
- Enclosing interface:
NodeSimilarity
public static interface NodeSimilarity.ApproximateScoreFunction
extends NodeSimilarity.ScoreFunction
-
Method Summary
-
Method Details
-
isExact
default boolean isExact()- Specified by:
isExactin interfaceNodeSimilarity.ScoreFunction
-
similarityTo
float similarityTo(int node2) - Specified by:
similarityToin interfaceNodeSimilarity.ScoreFunction
-