@Reference(authors="M. Henzinger", title="Finding near-duplicate web pages: a large-scale evaluation of algorithms", booktitle="Proc. 29th ACM Conference on Research and Development in Information Retrieval. ACM SIGIR, 2006", url="http://dx.doi.org/10.1145/1148170.1148222") public class SimplifiedRandomHyperplaneProjectionFamily extends Object implements RandomProjectionFamily
M. Henzinger
Finding near-duplicate web pages: a large-scale evaluation of algorithms
Proc. 29th ACM Conference on Research and Development in Information
Retrieval. ACM SIGIR, 2006
Modifier and Type | Class and Description |
---|---|
static class |
SimplifiedRandomHyperplaneProjectionFamily.Parameterizer
Parameterization class.
|
private static class |
SimplifiedRandomHyperplaneProjectionFamily.SignedProjection
Fast projection class, using booleans to represent +-1 matrix entries.
|
RandomProjectionFamily.Projection
Modifier and Type | Field and Description |
---|---|
protected Random |
random
Random generator.
|
Constructor and Description |
---|
SimplifiedRandomHyperplaneProjectionFamily(RandomFactory random)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
RandomProjectionFamily.Projection |
generateProjection(int dim,
int k)
Generate a projection matrix for the given dimensionalities.
|
protected Random random
public SimplifiedRandomHyperplaneProjectionFamily(RandomFactory random)
random
- Random number generator.public RandomProjectionFamily.Projection generateProjection(int dim, int k)
RandomProjectionFamily
generateProjection
in interface RandomProjectionFamily
dim
- Input Dimensionalityk
- Output DimensionalityCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.