IMP  2.3.1
The Integrative Modeling Platform
eigen_analysis.h File Reference

Principal component analysis of a set of points. More...

#include "VectorD.h"
#include "Transformation3D.h"
#include "GeometricPrimitiveD.h"
#include "IMP/algebra/internal/utility.h"
#include "IMP/algebra/ReferenceFrame3D.h"
#include <IMP/algebra/internal/jama_svd.h>
#include <IMP/base/log.h>
#include <IMP/base/log_macros.h>
+ Include dependency graph for eigen_analysis.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  IMP::algebra::PrincipalComponentAnalysisD< D >
 

Namespaces

 IMP
 Synonym for IMP::kernel.
 
 IMP::algebra
 General purpose algebraic and geometric methods that are expected to be used by a wide variety of IMP modules.
 

Functions

Transformation3Ds IMP::algebra::get_alignments_from_first_to_second (const PrincipalComponentAnalysisD< 3 > &pca1, const PrincipalComponentAnalysisD< 3 > &pca2)
 
template<int D>
PrincipalComponentAnalysisD< D > IMP::algebra::get_principal_components (const base::Vector< VectorD< D > > &ps)
 Perform principal components analysis on a set of vectors. More...
 

Detailed Description

Principal component analysis of a set of points.

Copyright 2007-2014 IMP Inventors. All rights reserved.

Definition in file eigen_analysis.h.