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

Packages that use HashFamily
be.hogent.tarsos.lsh Contains the main entry points and data structures to enable an LSH scheme. 
be.hogent.tarsos.lsh.families Contains implementations and abstractions for several locality sensitive hash functions and families. 
 

Uses of HashFamily in be.hogent.tarsos.lsh
 

Constructors in be.hogent.tarsos.lsh with parameters of type HashFamily
Index(HashFamily family, int numberOfHashes, int numberOfHashTables)
          Create a new index.
LSH(java.util.List<Vector> dataset, HashFamily hashFamily)
           
 

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

Classes in be.hogent.tarsos.lsh.families that implement HashFamily
 class CityBlockHashFamily
           
 class CosineHashFamily
           
 class EuclidianHashFamily