IMP
2.0.1
The Integrative Modeling Platform
|
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>
Go to the source code of this file.
Classes | |
class | IMP::algebra::PrincipalComponentAnalysisD< D > |
Namespaces | |
namespace | IMP |
All IMP::kernel code is brought into the IMP namespace. | |
namespace | IMP::algebra |
See IMP.algebra Overview for more information. | |
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. | |
Copyright 2007-2013 IMP Inventors. All rights reserved.
Definition in file eigen_analysis.h.