41 #ifndef _CORRESPONDENCEANALYSIS_H_ 42 #define _CORRESPONDENCEANALYSIS_H_ 44 #include "../../Matrix/Matrix.h" 76 double tol = 0.0000001,
82 #ifndef NO_VIRTUAL_COV 94 #endif // _CORRESPONDENCEANALYSIS_H_ The matrix template interface.
This class allows to perform a correspondence analysis.
CorrespondenceAnalysis * clone() const
Create a copy of this object and send a pointer to it.
The Clonable interface (allow an object to be cloned).
CorrespondenceAnalysis(const Matrix< double > &data, unsigned int nbAxes, double tol=0.0000001, bool verbose=true)
Build a new CorrespondenceAnalysis object.
The core class of a multivariate analysis.
double getSumOfAllValues() const