Overload List
Name | Description | |
---|---|---|
CreateLSH(IntPtr, Int32) |
Construct a Locality Sensitive Hash (LSH) table, for indexing d-dimensional vectors of
given type. Vectors will be hashed L times with k-dimensional p-stable (p=2) functions.
| |
CreateLSH(IntPtr, Int32, Int32) |
Construct a Locality Sensitive Hash (LSH) table, for indexing d-dimensional vectors of
given type. Vectors will be hashed L times with k-dimensional p-stable (p=2) functions.
| |
CreateLSH(IntPtr, Int32, Int32, Int32) |
Construct a Locality Sensitive Hash (LSH) table, for indexing d-dimensional vectors of
given type. Vectors will be hashed L times with k-dimensional p-stable (p=2) functions.
| |
CreateLSH(IntPtr, Int32, Int32, Int32, MatrixType) |
Construct a Locality Sensitive Hash (LSH) table, for indexing d-dimensional vectors of
given type. Vectors will be hashed L times with k-dimensional p-stable (p=2) functions.
| |
CreateLSH(IntPtr, Int32, Int32, Int32, MatrixType, Double) |
Construct a Locality Sensitive Hash (LSH) table, for indexing d-dimensional vectors of
given type. Vectors will be hashed L times with k-dimensional p-stable (p=2) functions.
| |
CreateLSH(IntPtr, Int32, Int32, Int32, MatrixType, Double, Int64) |
Construct a Locality Sensitive Hash (LSH) table, for indexing d-dimensional vectors of
given type. Vectors will be hashed L times with k-dimensional p-stable (p=2) functions.
|
See Also