Logo ROOT   6.14/05
Reference Guide
List of all members | Public Member Functions | Private Attributes | List of all members
TMVA::Rank Class Reference

Definition at line 76 of file Ranking.h.

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 TStringGetVariable () 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 & Destructor Documentation

◆ Rank()

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

constructor

Definition at line 139 of file Ranking.cxx.

◆ ~Rank()

TMVA::Rank::~Rank ( )
virtual

destructor

Definition at line 149 of file Ranking.cxx.

Member Function Documentation

◆ GetRank()

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

Definition at line 89 of file Ranking.h.

◆ GetRankValue()

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

Definition at line 88 of file Ranking.h.

◆ GetVariable()

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

Definition at line 87 of file Ranking.h.

◆ operator<()

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

comparison operator <

Definition at line 156 of file Ranking.cxx.

◆ operator>()

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

comparison operator >

Definition at line 165 of file Ranking.cxx.

◆ SetRank()

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

Definition at line 90 of file Ranking.h.

Member Data Documentation

◆ fRank

Int_t TMVA::Rank::fRank
private

Definition at line 97 of file Ranking.h.

◆ fRankValue

Double_t TMVA::Rank::fRankValue
private

Definition at line 95 of file Ranking.h.

◆ fVariable

TString TMVA::Rank::fVariable
private

Definition at line 94 of file Ranking.h.

Libraries for TMVA::Rank:
[legend]

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