40 #ifndef _ATTRIBUTES_TOOLS_H_ 41 #define _ATTRIBUTES_TOOLS_H_ 43 #include "../Exceptions.h" 140 static std::vector<std::string>
getVector(
int argc,
char* argv[]);
152 const std::vector<std::string>& argv,
153 const std::string& delimiter =
"=");
165 const std::vector<std::string>& argv,
166 std::map<std::string, std::string>& am,
167 const std::string& delimiter =
"=");
177 const std::string& file,
178 const std::string& delimiter);
188 const std::string& file,
189 std::map<std::string, std::string>& params,
190 const std::string& delimiter);
202 std::map<std::string, std::string>& attMap,
203 const std::map<std::string, std::string>& atts);
245 #endif // _ATTRIBUTES_TOOLS_H_
This class allows to perform a correspondence analysis.