
public interface RandomProjectionFamily
| Modifier and Type | Interface and Description |
|---|---|
static interface |
RandomProjectionFamily.Projection
Interface for projection instances.
|
| Modifier and Type | Method and Description |
|---|---|
RandomProjectionFamily.Projection |
generateProjection(int idim,
int odim)
Generate a projection matrix for the given dimensionalities.
|
RandomProjectionFamily.Projection generateProjection(int idim, int odim)
idim - Input Dimensionalityodim - Output Dimensionality