public static interface RandomProjectionFamily.Projection
Modifier and Type | Method and Description |
---|---|
int |
getOutputDimensionality()
Get the output dimensionality.
|
double[] |
project(NumberVector<?> in)
Project a single vector.
|
double[] project(NumberVector<?> in)
in
- Input vectorint getOutputDimensionality()