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,
double[] buffer)
Project a single vector, into the given buffer.
|
double[] project(NumberVector in)
in - Input vectordouble[] project(NumberVector in, double[] buffer)
in - Input vectorbuffer - Output bufferbufferint getOutputDimensionality()
Copyright © 2019 ELKI Development Team. License information.