11 #ifndef PND_LVQ_CLASSIFY_H 12 #define PND_LVQ_CLASSIFY_H 29 explicit PndLVQClassify(std::string
const &inputFile, std::vector<std::string>
const &classNames, std::vector<std::string>
const &varNames);
41 void GetMvaValues(std::vector<float> eventData, std::map<std::string, float> &result);
47 std::string *
Classify(std::vector<float> EvtData);
void GetMvaValues(std::vector< float > eventData, std::map< std::string, float > &result)
PndLVQClassify(std::string const &inputFile, std::vector< std::string > const &classNames, std::vector< std::string > const &varNames)
virtual ~PndLVQClassify()
Interface definition of the LVQ classifier.
std::string * Classify(std::vector< float > EvtData)