Class ScalarQuantizedVectorSimilarity.DotProduct

java.lang.Object
org.apache.lucene.util.ScalarQuantizedVectorSimilarity.DotProduct
All Implemented Interfaces:
ScalarQuantizedVectorSimilarity
Enclosing interface:
ScalarQuantizedVectorSimilarity

public static class ScalarQuantizedVectorSimilarity.DotProduct extends Object implements ScalarQuantizedVectorSimilarity
Calculates dot product on quantized vectors, applying the appropriate corrections
  • Constructor Details

    • DotProduct

      public DotProduct(float constMultiplier)
  • Method Details