Interface ESVectorUtilSupport


public interface ESVectorUtilSupport
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    static final short
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    calculateOSQGridPoints(float[] target, float[] interval, int points, float invStep, float[] pts)
     
    float
    calculateOSQLoss(float[] target, float[] interval, float step, float invStep, float norm2, float lambda)
     
    void
    centerAndCalculateOSQStatsDp(float[] target, float[] centroid, float[] centered, float[] stats)
     
    void
    centerAndCalculateOSQStatsEuclidean(float[] target, float[] centroid, float[] centered, float[] stats)
     
    long
    ipByteBinByte(byte[] q, byte[] d)
     
    int
    ipByteBit(byte[] q, byte[] d)
     
    float
    ipFloatBit(float[] q, byte[] d)
     
  • Field Details

  • Method Details

    • ipByteBinByte

      long ipByteBinByte(byte[] q, byte[] d)
    • ipByteBit

      int ipByteBit(byte[] q, byte[] d)
    • ipFloatBit

      float ipFloatBit(float[] q, byte[] d)
    • calculateOSQLoss

      float calculateOSQLoss(float[] target, float[] interval, float step, float invStep, float norm2, float lambda)
    • calculateOSQGridPoints

      void calculateOSQGridPoints(float[] target, float[] interval, int points, float invStep, float[] pts)
    • centerAndCalculateOSQStatsEuclidean

      void centerAndCalculateOSQStatsEuclidean(float[] target, float[] centroid, float[] centered, float[] stats)
    • centerAndCalculateOSQStatsDp

      void centerAndCalculateOSQStatsDp(float[] target, float[] centroid, float[] centered, float[] stats)