STIRA
0.1
|
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 | |
struct to hold results of a PCA analysis of the passed points