public interface RandomProjectionFamily
Modifier and Type | Interface and Description |
---|---|
static interface |
RandomProjectionFamily.Projection
Interface for projection instances (not thread safe).
|
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 DimensionalityCopyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.