26 #include <boost/foreach.hpp> 27 #include <boost/property_tree/ptree.hpp> 64 void load(boost::property_tree::ptree& pPt);
71 void save(boost::property_tree::ptree& pPt);
94 void add(std::string pType);
102 void add(
unsigned int pRow, std::string pType);
134 unsigned int getIndex(std::string pType);
void initializeTable(unsigned int pRows)
boost::shared_ptr< ProbabilityTable > mTable
std::map< std::string, unsigned int > mMappingTypeToIndice
unsigned int getNumberOfColumns()
void add(std::string pType)
~MappedProbabilityTable()
void setDefaultClassCounter(unsigned int pRow, double pCount)
unsigned int getIndex(std::string pType)
double getProbability(unsigned int pRow, std::string pType)
void load(boost::property_tree::ptree &pPt)
void save(boost::property_tree::ptree &pPt)
unsigned int getNumberOfRows()