
public abstract class AbstractRandomProjectionFamily extends Object implements RandomProjectionFamily
| Modifier and Type | Class and Description |
|---|---|
static class |
AbstractRandomProjectionFamily.MatrixProjection
Class to project using a matrix multiplication.
|
static class |
AbstractRandomProjectionFamily.Parameterizer
Parameterization interface (with the shared
|
RandomProjectionFamily.Projection| Modifier and Type | Field and Description |
|---|---|
protected Random |
random
Random generator.
|
| Constructor and Description |
|---|
AbstractRandomProjectionFamily(RandomFactory random)
Constructor.
|
protected Random random
public AbstractRandomProjectionFamily(RandomFactory random)