![]() |
ROOT
6.06/09
Reference Guide
|
Definition at line 57 of file ClassInfo.h.
Public Member Functions | |
| ClassInfo (const TString &name="default") | |
| constructor More... | |
| ~ClassInfo () | |
| destructor More... | |
| void | SetName (const TString &name) |
| void | SetWeight (const TString &weight) |
| void | SetCut (const TCut &cut) |
| void | SetNumber (const UInt_t index) |
| void | SetCorrelationMatrix (TMatrixD *matrix) |
| const TString & | GetName () const |
| const TString & | GetWeight () const |
| const TCut & | GetCut () const |
| UInt_t | GetNumber () const |
| const TMatrixD * | GetCorrelationMatrix () const |
Private Member Functions | |
| MsgLogger & | Log () const |
Private Attributes | |
| TString | fName |
| TString | fWeight |
| name of the class More... | |
| TCut | fCut |
| the input formula string that is the weight for the class More... | |
| UInt_t | fNumber |
| pretraining cut for the class More... | |
| TMatrixD * | fCorrMatrix |
| index in of this class in vectors More... | |
| MsgLogger * | fLogger |
| Correlation matrix for this class. More... | |
#include <TMVA/ClassInfo.h>
Collaboration diagram for TMVA::ClassInfo:| TMVA::ClassInfo::ClassInfo | ( | const TString & | name = "default" | ) |
constructor
Definition at line 45 of file ClassInfo.cxx.
| TMVA::ClassInfo::~ClassInfo | ( | ) |
destructor
Definition at line 58 of file ClassInfo.cxx.
|
inline |
Definition at line 76 of file ClassInfo.h.
Referenced by TMVA::DataSetInfo::CorrelationMatrix().
|
inline |
Definition at line 74 of file ClassInfo.h.
Referenced by TMVA::DataSetInfo::AddCut(), TMVA::DataSetFactory::BuildEventVector(), TMVA::DataSetFactory::ChangeToNewTree(), and TMVA::DataSetInfo::GetCut().
|
inline |
Definition at line 72 of file ClassInfo.h.
Referenced by TMVA::MethodBase::AddClassesXMLTo(), TMVA::DataSetFactory::BuildEventVector(), TMVA::DataSetFactory::BuildInitialDataSet(), TMVA::DataSetFactory::ChangeToNewTree(), TMVA::MethodCategory::CreateCategoryDSI(), TMVA::DataSetFactory::CreateDataSet(), TMVA::ResultsMulticlass::CreateMulticlassHistos(), TMVA::MethodBase::CreateVariableTransforms(), TMVA::ResultsMulticlass::GetBestMultiClassCuts(), TMVA::DataSet::GetNClassEvents(), TMVA::DataSetFactory::InitOptions(), TMVA::DataSetFactory::RenormEvents(), and TMVA::TransformationHandler::WriteToStream().
|
inline |
Definition at line 75 of file ClassInfo.h.
Referenced by TMVA::MethodBase::AddClassesXMLTo(), TMVA::Factory::AddEvent(), and TMVA::MethodBase::CreateVariableTransforms().
|
inline |
Definition at line 73 of file ClassInfo.h.
Referenced by TMVA::DataSetFactory::BuildEventVector(), TMVA::DataSetFactory::ChangeToNewTree(), and TMVA::DataSetInfo::GetWeightExpression().
|
inlineprivate |
Definition at line 88 of file ClassInfo.h.
Definition at line 69 of file ClassInfo.h.
Definition at line 67 of file ClassInfo.h.
Referenced by TMVA::DataSetInfo::AddCut(), and TMVA::DataSetInfo::SetCut().
Definition at line 65 of file ClassInfo.h.
Definition at line 68 of file ClassInfo.h.
Referenced by TMVA::DataSetInfo::AddClass(), and TMVA::DataSetFactory::BuildDynamicDataSet().
Definition at line 66 of file ClassInfo.h.
Referenced by TMVA::DataSetInfo::SetWeightExpression().
|
private |
index in of this class in vectors
Definition at line 85 of file ClassInfo.h.
Referenced by GetCorrelationMatrix(), and SetCorrelationMatrix().
|
private |
the input formula string that is the weight for the class
Definition at line 82 of file ClassInfo.h.
|
mutableprivate |
|
private |
Definition at line 80 of file ClassInfo.h.
|
private |
pretraining cut for the class
Definition at line 83 of file ClassInfo.h.
Referenced by GetNumber(), and SetNumber().
|
private |
name of the class
Definition at line 81 of file ClassInfo.h.
Referenced by GetWeight(), and SetWeight().