Uses of Package
be.hogent.tarsos.lsh.families

Packages that use be.hogent.tarsos.lsh.families
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. 
 

Classes in be.hogent.tarsos.lsh.families used by be.hogent.tarsos.lsh
DistanceMeasure
          A distance measure defines how distance is calculated, measured as it were, between two vectors.
HashFamily
          An interface representing a family of hash functions.
 

Classes in be.hogent.tarsos.lsh.families used by be.hogent.tarsos.lsh.families
DistanceMeasure
          A distance measure defines how distance is calculated, measured as it were, between two vectors.
HashFamily
          An interface representing a family of hash functions.
HashFunction
          A hash function can hash a vector of arbitrary dimensions to an integer representation.