ROOT 6.10/09 Reference Guide |
Public Member Functions | |
Rank (const TString &variable, Double_t rankValue) | |
constructor More... | |
virtual | ~Rank () |
destructor More... | |
Int_t | GetRank () const |
Double_t | GetRankValue () const |
const TString & | GetVariable () const |
Bool_t | operator< (const Rank &other) const |
comparison operator < More... | |
Bool_t | operator> (const Rank &other) const |
comparison operator > More... | |
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.