@Reference(authors="M.S. Charikar", title="Similarity estimation techniques from rounding algorithms", booktitle="Proc. 34th ACM Symposium on Theory of computing, STOC\'02", url="https://dx.doi.org/10.1145%2F509907.509965") public class RandomHyperplaneProjectionFamily extends AbstractRandomProjectionFamily
M.S. Charikar
Similarity estimation techniques from rounding algorithms
Proc. 34th ACM Symposium on Theory of computing, STOC'02
Modifier and Type | Class and Description |
---|---|
static class |
RandomHyperplaneProjectionFamily.Parameterizer
Parameterization class.
|
AbstractRandomProjectionFamily.MatrixProjection
RandomProjectionFamily.Projection
random
Constructor and Description |
---|
RandomHyperplaneProjectionFamily(RandomFactory random)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
RandomProjectionFamily.Projection |
generateProjection(int dim,
int k)
Generate a projection matrix for the given dimensionalities.
|
public RandomHyperplaneProjectionFamily(RandomFactory random)
random
- Random number generator.public RandomProjectionFamily.Projection generateProjection(int dim, int k)
RandomProjectionFamily
dim
- Input Dimensionalityk
- Output DimensionalityCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.