java.lang.Object
org.elasticsearch.index.codec.vectors.diskbbq.Preconditioner

public class Preconditioner extends Object
  • Method Details

    • applyTransform

      public void applyTransform(float[] vector, float[] out)
    • write

      public void write(org.apache.lucene.store.IndexOutput out) throws IOException
      Throws:
      IOException
    • createPreconditioner

      public static Preconditioner createPreconditioner(int vectorDimension, int blockDimension)
    • read

      public static Preconditioner read(org.apache.lucene.store.IndexInput input) throws IOException
      Throws:
      IOException