Class LSHCosineVectorAccum.Entry

    • Field Summary

      Fields 
      Modifier and Type Field Description
      int hash  
      double weight  
    • Constructor Summary

      Constructors 
      Constructor Description
      Entry​(int hash, double weight)  
    • Field Detail

      • hash

        public final int hash
      • weight

        public final double weight
    • Constructor Detail

      • Entry

        public Entry​(int hash,
                     double weight)
    • Method Detail

      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class java.lang.Object
      • equals

        public boolean equals​(java.lang.Object obj)
        Overrides:
        equals in class java.lang.Object
      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object