
@Reference(title="Locality-sensitive hashing scheme based on p-stable distributions", authors="M. Datar and N. Immorlica and P. Indyk and V. S. Mirrokni", booktitle="Proceedings of the 20th annual symposium on Computational geometry", url="http://dx.doi.org/10.1145/997817.997857") public class GaussianRandomProjectionFamily extends AbstractRandomProjectionFamily
M. Datar and N. Immorlica and P. Indyk and V. S. Mirrokni
Locality-sensitive hashing scheme based on p-stable distributions.
In Proc. 20th annual symposium on Computational geometry
| Modifier and Type | Class and Description |
|---|---|
static class |
GaussianRandomProjectionFamily.Parameterizer
Parameterization class.
|
AbstractRandomProjectionFamily.MatrixProjectionRandomProjectionFamily.Projectionrandom| Constructor and Description |
|---|
GaussianRandomProjectionFamily(RandomFactory random)
Constructor.
|
| Modifier and Type | Method and Description |
|---|---|
RandomProjectionFamily.Projection |
generateProjection(int idim,
int odim)
Generate a projection matrix for the given dimensionalities.
|
public GaussianRandomProjectionFamily(RandomFactory random)
random - Random number generator.public RandomProjectionFamily.Projection generateProjection(int idim, int odim)
RandomProjectionFamilyidim - Input Dimensionalityodim - Output Dimensionality