JavaScript is disabled on your browser.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method
de.lmu.ifi.dbs.elki.index.lsh.hashfunctions
Interface LocalitySensitiveHashFunction<V>
Type Parameters:
V
- Data type to hash.
All Known Implementing Classes:
MultipleProjectionsLocalitySensitiveHashFunction
public interface
LocalitySensitiveHashFunction<V>
Hash functions as used by locality sensitive hashing.
Method Summary
Methods
Modifier and Type
Method and Description
int
hashObject
(
V
obj)
Compute the hash value of an object
Method Detail
hashObject
int hashObject(
V
obj)
Compute the hash value of an object
Parameters:
obj
- Object to hash
Returns:
Hash value
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
Release 0.6.0 (2014-01-10_1610)
Prev Class
Next Class
Frames
No Frames
All Classes
Summary:
Nested |
Field |
Constr |
Method
Detail:
Field |
Constr |
Method