|
Tapkee
|
#include <projection.hpp>
Public Member Functions | |
| MatrixProjectionImplementation (DenseMatrix matrix, DenseVector mean) | |
| virtual | ~MatrixProjectionImplementation () |
| virtual DenseVector | project (const DenseVector &vec) |
Public Attributes | |
| DenseMatrix | proj_mat |
| DenseVector | mean_vec |
Basic ProjectionImplementation that subtracts mean from the vector and multiplies projecting matrix with it.
Definition at line 46 of file projection.hpp.
| MatrixProjectionImplementation | ( | DenseMatrix | matrix, |
| DenseVector | mean | ||
| ) |
Definition at line 48 of file projection.hpp.
|
virtual |
Definition at line 52 of file projection.hpp.
|
virtual |
Projects provided vector to new space.
| vec | vector to be projected |
Implements ProjectionImplementation.
Definition at line 56 of file projection.hpp.
| DenseVector mean_vec |
Definition at line 62 of file projection.hpp.
| DenseMatrix proj_mat |
Definition at line 61 of file projection.hpp.