Class QuantizedByteVectorValues

  • Direct Known Subclasses:
    OffHeapQuantizedByteVectorValues

    public abstract class QuantizedByteVectorValues
    extends ByteVectorValues
    A version of ByteVectorValues, but additionally retrieving score correction offset for Scalar quantization scores.
    WARNING: This API is experimental and might change in incompatible ways in the next release.
    • Constructor Detail

      • QuantizedByteVectorValues

        public QuantizedByteVectorValues()
    • Method Detail

      • getScoreCorrectionConstant

        public abstract float getScoreCorrectionConstant()
                                                  throws IOException
        Throws:
        IOException