11 #ifndef PND_LVQ_CLASSIFY_H
12 #define PND_LVQ_CLASSIFY_H
31 std::vector<std::string>
const& classNames,
32 std::vector<std::string>
const& varNames);
45 std::map<std::string, float>& result);
51 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)
PndLVQClassify & operator=(PndLVQClassify const &other)