40 #ifndef _NUMCALCAPPLICATIONTOOLS_H_    41 #define _NUMCALCAPPLICATIONTOOLS_H_    43 #include "../Text/StringTokenizer.h"    45 #include "../Numeric/VectorTools.h"    46 #include "../Numeric/Function/FunctionTools.h"    70     static std::vector<int> 
seqFromString(
const std::string& s, 
const std::string& delim = 
",", 
const std::string& seqdelim = 
"-");
   125         std::map<std::string, std::string>& params,
   126         const std::string& suffix = 
"",
   127         bool suffixIsOptional = 
true,
   134 #endif  //_NUMCALCAPPLICATIONTOOLS_H_ 
This class allows to perform a correspondence analysis. 
 
The parameter list object. 
 
This class is a data structure to specify a set of parameter values (most likely for evaluation by a ...