
@Reference(title="Database-friendly random projections: Johnson-Lindenstrauss with binary coins", authors="Dimitris Achlioptas", booktitle="Proceedings of the twentieth ACM SIGMOD-SIGACT-SIGART symposium on Principles of database systems", url="http://dx.doi.org/10.1145/375551.375608") public class AchlioptasRandomProjectionFamily extends AbstractRandomProjectionFamily
Database-friendly random projections: Johnson-Lindenstrauss with binary coins
Dimitris Achlioptas
In: Proceedings of the twentieth ACM SIGMOD-SIGACT-SIGART symposium on
Principles of database systems
| Modifier and Type | Class and Description |
|---|---|
static class |
AchlioptasRandomProjectionFamily.Parameterizer
Parameterization class.
|
AbstractRandomProjectionFamily.MatrixProjectionRandomProjectionFamily.Projection| Modifier and Type | Field and Description |
|---|---|
private double |
sparsity
Projection sparsity.
|
random| Constructor and Description |
|---|
AchlioptasRandomProjectionFamily(double sparsity,
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 AchlioptasRandomProjectionFamily(double sparsity,
RandomFactory random)
sparsity - Projection sparsityrandom - Random number generator.public RandomProjectionFamily.Projection generateProjection(int idim, int odim)
RandomProjectionFamilyidim - Input Dimensionalityodim - Output Dimensionality