productQuantizer

actual fun productQuantizer(subquantizers: Long, bits: Long): VectorEncoding(source)
expect fun productQuantizer(subquantizers: Long, bits: Long): VectorEncoding(source)

Product Quantizer encoding.

Parameters

subquantizers

Number of subquantizers (divisor of the # of dimension.)

bits

Number of bits: between 4 and 12 inclusive.

actual fun productQuantizer(subquantizers: Long, bits: Long): VectorEncoding(source)
actual fun productQuantizer(subquantizers: Long, bits: Long): VectorEncoding(source)