Uses of Interface
be.hogent.tarsos.lsh.families.HashFunction

Packages that use HashFunction
be.hogent.tarsos.lsh.families Contains implementations and abstractions for several locality sensitive hash functions and families. 
 

Uses of HashFunction in be.hogent.tarsos.lsh.families
 

Classes in be.hogent.tarsos.lsh.families that implement HashFunction
 class CityBlockHash
           
 class CosineHash
           
 class EuclideanHash
           
 

Methods in be.hogent.tarsos.lsh.families that return HashFunction
 HashFunction EuclidianHashFamily.createHashFunction()
           
 HashFunction CosineHashFamily.createHashFunction()
           
 HashFunction HashFamily.createHashFunction()
          Create a new hash function of this family.
 HashFunction CityBlockHashFamily.createHashFunction()