Uses of Interface
org.apache.lucene.codecs.lucene99.Lucene99ScalarQuantizedVectorScorer.FloatToFloatFunction
Packages that use Lucene99ScalarQuantizedVectorScorer.FloatToFloatFunction
-
Uses of Lucene99ScalarQuantizedVectorScorer.FloatToFloatFunction in org.apache.lucene.codecs.lucene99
Fields in org.apache.lucene.codecs.lucene99 declared as Lucene99ScalarQuantizedVectorScorer.FloatToFloatFunctionModifier and TypeFieldDescriptionprivate final Lucene99ScalarQuantizedVectorScorer.FloatToFloatFunction
Lucene99ScalarQuantizedVectorScorer.CompressedInt4DotProduct.scoreAdjustmentFunction
private final Lucene99ScalarQuantizedVectorScorer.FloatToFloatFunction
Lucene99ScalarQuantizedVectorScorer.DotProduct.scoreAdjustmentFunction
private final Lucene99ScalarQuantizedVectorScorer.FloatToFloatFunction
Lucene99ScalarQuantizedVectorScorer.Int4DotProduct.scoreAdjustmentFunction
Methods in org.apache.lucene.codecs.lucene99 with parameters of type Lucene99ScalarQuantizedVectorScorer.FloatToFloatFunctionModifier and TypeMethodDescriptionprivate static RandomVectorScorer.AbstractRandomVectorScorer
Lucene99ScalarQuantizedVectorScorer.dotProductFactory
(byte[] targetBytes, float offsetCorrection, float constMultiplier, QuantizedByteVectorValues values, Lucene99ScalarQuantizedVectorScorer.FloatToFloatFunction scoreAdjustmentFunction) Constructors in org.apache.lucene.codecs.lucene99 with parameters of type Lucene99ScalarQuantizedVectorScorer.FloatToFloatFunctionModifierConstructorDescriptionprivate
CompressedInt4DotProduct
(QuantizedByteVectorValues values, float constMultiplier, byte[] targetBytes, float offsetCorrection, Lucene99ScalarQuantizedVectorScorer.FloatToFloatFunction scoreAdjustmentFunction) DotProduct
(QuantizedByteVectorValues values, float constMultiplier, byte[] targetBytes, float offsetCorrection, Lucene99ScalarQuantizedVectorScorer.FloatToFloatFunction scoreAdjustmentFunction) Int4DotProduct
(QuantizedByteVectorValues values, float constMultiplier, byte[] targetBytes, float offsetCorrection, Lucene99ScalarQuantizedVectorScorer.FloatToFloatFunction scoreAdjustmentFunction)