40 #ifndef _FUNCTIONTOOLS_H_ 41 #define _FUNCTIONTOOLS_H_ 44 #include "../VectorTools.h" 121 #endif //_FUNCTIONTOOLS_H_ const std::string & getDimensionName(unsigned int i) const
This class allows to perform a correspondence analysis.
This is the function abstract class.
std::vector< std::string > names_
This class is a data structure to specify a set of parameter values (most likely for evaluation by a ...
size_t getTotalNumberOfPoints() const
const VVdouble & getPoints() const
std::vector< double > Vdouble
size_t getNumberOfDimensions() const
Index out of bounds exception class.
const Vdouble & getPointsForDimension(unsigned int i) const
void addDimension(const std::string &name, const Vdouble &values)
Add a new dimension (parameter name + corresponding values).
std::vector< Vdouble > VVdouble
const std::vector< std::string > & getDimensionNames() const