| Public Member Functions | |
| Rank (const TString &variable, Double_t rankValue) | |
| constructor | |
| virtual | ~Rank () | 
| destructor | |
| Int_t | GetRank () const | 
| Double_t | GetRankValue () const | 
| const TString & | GetVariable () const | 
| Bool_t | operator< (const Rank &other) const | 
| comparison operator < | |
| Bool_t | operator> (const Rank &other) const | 
| comparison operator > | |
| void | SetRank (Int_t rank) | 
| Private Attributes | |
| Int_t | fRank | 
| Double_t | fRankValue | 
| TString | fVariable | 
#include <TMVA/Ranking.h>
constructor
Definition at line 139 of file Ranking.cxx.
| 
 | virtual | 
destructor
Definition at line 149 of file Ranking.cxx.
comparison operator <
Definition at line 156 of file Ranking.cxx.
comparison operator >
Definition at line 165 of file Ranking.cxx.