5 #ifndef BPP_NUMERIC_STAT_MVA_CORRESPONDENCEANALYSIS_H 6 #define BPP_NUMERIC_STAT_MVA_CORRESPONDENCEANALYSIS_H 9 #include "../../Matrix/Matrix.h" 42 double tol = 0.0000001,
53 #endif // BPP_NUMERIC_STAT_MVA_CORRESPONDENCEANALYSIS_H The matrix template interface.
CorrespondenceAnalysis * clone() const
Create a copy of this object and send a pointer to it.
This class allows to perform a correspondence analysis.
CorrespondenceAnalysis(const Matrix< double > &data, unsigned int nbAxes, double tol=0.0000001, bool verbose=true)
Build a new CorrespondenceAnalysis object.
virtual ~CorrespondenceAnalysis()
The core class of a multivariate analysis.
double getSumOfAllValues() const