#include <genesis/placement/function/epca.hpp>
Helper stucture that collects the output of epca().
It contains the same elements as utils::PcaData, but extends it by a vector of the edge indices that the rows of the eigenvectors Matrix correspond to. This is necessary for back-mapping the eigenvectors onto the edges of the tree.
Public Attributes | |
std::vector< size_t > | edge_indices |
std::vector< double > | eigenvalues |
utils::Matrix< double > | eigenvectors |
utils::Matrix< double > | projection |
utils::Matrix<double> eigenvectors |
utils::Matrix<double> projection |