ROOT  6.06/09
Reference Guide
Public Member Functions | Private Attributes | List of all members
TMVA::Rank Class Reference

Definition at line 78 of file Ranking.h.

Public Member Functions

 Rank (const TString &variable, Double_t rankValue)
 constructor More...
 
virtual ~Rank ()
 destructor More...
 
Bool_t operator< (const Rank &other) const
 comparison operator < More...
 
Bool_t operator> (const Rank &other) const
 comparison operator > More...
 
const TStringGetVariable () const
 
Double_t GetRankValue () const
 
Int_t GetRank () const
 
void SetRank (Int_t rank)
 

Private Attributes

TString fVariable
 
Double_t fRankValue
 
Int_t fRank
 

#include <TMVA/Ranking.h>

+ Collaboration diagram for TMVA::Rank:

Constructor & Destructor Documentation

TMVA::Rank::Rank ( const TString variable,
Double_t  rankValue 
)

constructor

Definition at line 139 of file Ranking.cxx.

TMVA::Rank::~Rank ( )
virtual

destructor

Definition at line 149 of file Ranking.cxx.

Member Function Documentation

Int_t TMVA::Rank::GetRank ( ) const
inline

Definition at line 91 of file Ranking.h.

Double_t TMVA::Rank::GetRankValue ( ) const
inline

Definition at line 90 of file Ranking.h.

const TString& TMVA::Rank::GetVariable ( ) const
inline

Definition at line 89 of file Ranking.h.

Bool_t TMVA::Rank::operator< ( const Rank other) const

comparison operator <

Definition at line 156 of file Ranking.cxx.

Bool_t TMVA::Rank::operator> ( const Rank other) const

comparison operator >

Definition at line 165 of file Ranking.cxx.

void TMVA::Rank::SetRank ( Int_t  rank)
inline

Definition at line 92 of file Ranking.h.

Member Data Documentation

Int_t TMVA::Rank::fRank
private

Definition at line 99 of file Ranking.h.

Referenced by GetRank(), and SetRank().

Double_t TMVA::Rank::fRankValue
private

Definition at line 97 of file Ranking.h.

Referenced by GetRankValue(), operator<(), and operator>().

TString TMVA::Rank::fVariable
private

Definition at line 96 of file Ranking.h.

Referenced by GetVariable().


The documentation for this class was generated from the following files: