![]() |
ROOT
6.06/08
Reference Guide
|
Public Member Functions | |
| Ranking () | |
| default constructor More... | |
| Ranking (const TString &context, const TString &rankingDiscriminatorName) | |
| constructor More... | |
| virtual | ~Ranking () |
| destructor More... | |
| virtual void | AddRank (const Rank &rank) |
| Add a new rank take ownership of it. More... | |
| virtual void | Print () const |
| get maximum length of variable names More... | |
| void | SetContext (const TString &context) |
| void | SetDiscrName (const TString &discrName) |
Private Member Functions | |
| MsgLogger & | Log () const |
| message logger More... | |
Private Attributes | |
| std::vector< TMVA::Rank > | fRanking |
| TString | fContext |
| TString | fRankingDiscriminatorName |
| MsgLogger * | fLogger |
#include <TMVA/Ranking.h>
Collaboration diagram for TMVA::Ranking:| TMVA::Ranking::Ranking | ( | ) |
default constructor
Definition at line 44 of file Ranking.cxx.
constructor
Definition at line 55 of file Ranking.cxx.
|
virtual |
destructor
Definition at line 66 of file Ranking.cxx.
Add a new rank take ownership of it.
Definition at line 84 of file Ranking.cxx.
Referenced by TMVA::MethodLD::CreateRanking(), TMVA::MethodRuleFit::CreateRanking(), TMVA::MethodFisher::CreateRanking(), TMVA::MethodLikelihood::CreateRanking(), TMVA::MethodBDT::CreateRanking(), TMVA::MethodANNBase::CreateRanking(), and TMVA::MethodPDEFoam::CreateRanking().
|
inlineprivate |
|
virtual |
get maximum length of variable names
Definition at line 109 of file Ranking.cxx.
Referenced by TMVA::MethodCategory::Train(), and TMVA::Factory::TrainAllMethods().
Definition at line 74 of file Ranking.cxx.
|
private |
Definition at line 67 of file Ranking.h.
Referenced by SetContext().
|
mutableprivate |
Definition at line 70 of file Ranking.h.
Referenced by Log(), SetContext(), and ~Ranking().
|
private |
Definition at line 66 of file Ranking.h.
Referenced by AddRank(), Print(), and ~Ranking().
|
private |
Definition at line 68 of file Ranking.h.
Referenced by Print(), and SetDiscrName().