A library for working with phylogenetic and population genetic data.
v0.27.0
PcaData Struct Reference

#include <genesis/utils/math/pca.hpp>

Detailed Description

Helper stucture that collects the output of principal_component_analysis().

Definition at line 95 of file pca.hpp.

Public Attributes

std::vector< double > eigenvalues
 
Matrix< double > eigenvectors
 
Matrix< double > projection
 

Member Data Documentation

◆ eigenvalues

std::vector<double> eigenvalues

Definition at line 97 of file pca.hpp.

◆ eigenvectors

Matrix<double> eigenvectors

Definition at line 98 of file pca.hpp.

◆ projection

Matrix<double> projection

Definition at line 99 of file pca.hpp.


The documentation for this struct was generated from the following file: