@Reference(authors="M. Datar, N. Immorlica, P. Indyk, V. S. Mirrokni", title="Locality-sensitive hashing scheme based on p-stable distributions", booktitle="Proc. 20th Annual Symposium on Computational Geometry", url="https://doi.org/10.1145/997817.997857", bibkey="DBLP:conf/compgeom/DatarIIM04") @Alias(value="de.lmu.ifi.dbs.elki.math.linearalgebra.randomprojections.GaussianRandomProjectionFamily") public class GaussianRandomProjectionFamily extends AbstractRandomProjectionFamily
Reference:
M. Datar, N. Immorlica, P. Indyk, V. S. Mirrokni
Locality-sensitive hashing scheme based on p-stable distributions.
Proc. 20th Annual 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 © 2019 ELKI Development Team. License information.