6 #ifndef TAPKEE_RandomProjection_H_
7 #define TAPKEE_RandomProjection_H_
16 namespace tapkee_internal
21 DenseMatrix projection_matrix(target_dimension,current_dimension);
23 for (
IndexType i=0; i<target_dimension; ++i)
25 for (
IndexType j=0; j<current_dimension; ++j)
31 return projection_matrix;