STIRA  0.1
Public Attributes | List of all members
stira::common::PcaResult Struct Reference

struct to hold results of a PCA analysis of the passed points More...

#include <ClusteringLearning.h>

Public Attributes

Point< double > center
 center of the point cloud
 
std::vector< Point< double > > vector
 vector of eigenvector; each point represents the vector wrt the center above
 
std::vector< double > eigenValue
 vector of eigenvalues corresponding with the vectors above
 

Detailed Description

struct to hold results of a PCA analysis of the passed points


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