Class Lucene99ScalarQuantizedVectorScorer.Euclidean

    • Method Detail

      • score

        public float score​(int node)
                    throws java.io.IOException
        Description copied from interface: RandomVectorScorer
        Returns the score between the query and the provided node.
        Parameters:
        node - a random node in the graph
        Returns:
        the computed score
        Throws:
        java.io.IOException