8 #ifndef PND_MVA_CLASS_H 
    9 #define PND_MVA_CLASS_H 
   50                    : Name(name), NExamples(0),
 
   51                    StartIdx(0), EndIdx(0), NTrainEx(0)
 
   56                    : Name(oth.Name), NExamples(oth.NExamples),
 
   57                    StartIdx(oth.StartIdx), EndIdx(oth.EndIdx),
 
   58                    NTrainEx(oth.NTrainEx)
 
bool operator<(PndMvaClass const &oth) const 
PndMvaClass & operator=(PndMvaClass const &oth)
= Operator 
virtual ~PndMvaClass()
Destructor. 
bool operator==(PndMvaClass const &oth) const 
bool operator>(PndMvaClass const &oth) const 
PndMvaClass(std::string const &name)
Constructor.