public class LSHFamily
extends java.lang.Object
| Constructor and Description |
|---|
LSHFamily(java.util.List<LSH> hashes)
Construct a family of hashes
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.Iterable<java.lang.Long> |
apply(org.apache.commons.math.linear.RealVector vector)
Compute the family of k-hashes for a vector.
|
public LSHFamily(java.util.List<LSH> hashes)
hashes - Hashes which will be applied in turn to a given point