Tapkee
|
#include <defines.hpp>
Public Member Functions | |
TapkeeOutput () | |
TapkeeOutput (const tapkee::DenseMatrix &e, const tapkee::ProjectingFunction &p) | |
TapkeeOutput (const TapkeeOutput &that) | |
Public Attributes | |
tapkee::DenseMatrix | embedding |
tapkee::ProjectingFunction | projection |
Return result of the library - a pair of DenseMatrix (embedding) and ProjectingFunction.
Definition at line 43 of file defines.hpp.
TapkeeOutput | ( | ) |
Definition at line 45 of file defines.hpp.
TapkeeOutput | ( | const tapkee::DenseMatrix & | e, |
const tapkee::ProjectingFunction & | p | ||
) |
Definition at line 49 of file defines.hpp.
TapkeeOutput | ( | const TapkeeOutput & | that | ) |
Definition at line 54 of file defines.hpp.
tapkee::DenseMatrix embedding |
Definition at line 59 of file defines.hpp.
tapkee::ProjectingFunction projection |
Definition at line 60 of file defines.hpp.