23 #ifndef PND_LVQ_CLASSIFY_H 24 #define PND_LVQ_CLASSIFY_H 41 explicit PndLVQClassify(std::string
const &inputFile, std::vector<std::string>
const &classNames, std::vector<std::string>
const &varNames);
53 void GetMvaValues(std::vector<float> eventData, std::map<std::string, float> &result);
59 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)