getCorrectiveTerms

Retrieve the corrective terms for the given vector ordinal. For the dot-product family of distances, the corrective terms are, in order

  • the lower optimized interval

  • the upper optimized interval

  • the dot-product of the non-centered vector with the centroid

  • the sum of quantized components

For euclidean:

  • the lower optimized interval

  • the upper optimized interval

  • the l2norm of the centered vector

  • the sum of quantized components

Return

the corrective terms

Parameters

vectorOrd

the vector ordinal

Throws

IOException

if an I/O error occurs