@Reference(authors="M. Datar and N. Immorlica and P. Indyk and V. S. Mirrokni", title="Locality-sensitive hashing scheme based on p-stable distributions", booktitle="Proc. 20th 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 Symposium on Computational Geometry
Modifier and Type | Class and Description |
---|---|
static class |
GaussianRandomProjectionFamily.Parameterizer
Parameterization class.
|
AbstractRandomProjectionFamily.MatrixProjection
RandomProjectionFamily.Projection
random
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)
RandomProjectionFamily
idim
- Input Dimensionalityodim
- Output DimensionalityCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.