
public abstract class AbstractRandomProjectionFamily extends Object implements RandomProjectionFamily
| Modifier and Type | Class and Description | 
|---|---|
static class  | 
AbstractRandomProjectionFamily.Parameterizer
Parameterization interface (with the shared 
 | 
| Modifier and Type | Field and Description | 
|---|---|
protected Random | 
random
Random generator. 
 | 
| Constructor and Description | 
|---|
AbstractRandomProjectionFamily(RandomFactory random)
Constructor. 
 | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgenerateProjectionMatrix, generateProjectionVectorprotected Random random
public AbstractRandomProjectionFamily(RandomFactory random)