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

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:

Constructor & Destructor Documentation

§ ClassInfo()

TMVA::ClassInfo::ClassInfo ( const TString &  name = "default")

constructor

Definition at line 45 of file ClassInfo.cxx.

§ ~ClassInfo()

TMVA::ClassInfo::~ClassInfo ( )

destructor

Definition at line 58 of file ClassInfo.cxx.

Member Function Documentation

§ GetCorrelationMatrix()

const TMatrixD* TMVA::ClassInfo::GetCorrelationMatrix ( ) const
inline

Definition at line 76 of file ClassInfo.h.

Referenced by TMVA::DataSetInfo::CorrelationMatrix().

§ GetCut()

const TCut& TMVA::ClassInfo::GetCut ( ) const
inline

§ GetName()

const TString& TMVA::ClassInfo::GetName ( ) const
inline

§ GetNumber()

UInt_t TMVA::ClassInfo::GetNumber ( ) const
inline

§ GetWeight()

const TString& TMVA::ClassInfo::GetWeight ( ) const
inline

§ Log()

MsgLogger& TMVA::ClassInfo::Log ( ) const
inlineprivate

Definition at line 88 of file ClassInfo.h.

§ SetCorrelationMatrix()

void TMVA::ClassInfo::SetCorrelationMatrix ( TMatrixD *  matrix)
inline

Definition at line 69 of file ClassInfo.h.

Referenced by TMVA::DataSetInfo::SetCorrelationMatrix().

§ SetCut()

void TMVA::ClassInfo::SetCut ( const TCut &  cut)
inline

Definition at line 67 of file ClassInfo.h.

Referenced by TMVA::DataSetInfo::AddCut(), and TMVA::DataSetInfo::SetCut().

§ SetName()

void TMVA::ClassInfo::SetName ( const TString &  name)
inline

Definition at line 65 of file ClassInfo.h.

§ SetNumber()

void TMVA::ClassInfo::SetNumber ( const UInt_t  index)
inline

Definition at line 68 of file ClassInfo.h.

Referenced by TMVA::DataSetFactory::BuildDynamicDataSet().

§ SetWeight()

void TMVA::ClassInfo::SetWeight ( const TString &  weight)
inline

Definition at line 66 of file ClassInfo.h.

Referenced by TMVA::DataSetInfo::SetWeightExpression().

Member Data Documentation

§ fCorrMatrix

TMatrixD* TMVA::ClassInfo::fCorrMatrix
private

index in of this class in vectors

Definition at line 85 of file ClassInfo.h.

Referenced by GetCorrelationMatrix(), SetCorrelationMatrix(), and ~ClassInfo().

§ fCut

TCut TMVA::ClassInfo::fCut
private

the input formula string that is the weight for the class

Definition at line 82 of file ClassInfo.h.

Referenced by GetCut(), and SetCut().

§ fLogger

MsgLogger* TMVA::ClassInfo::fLogger
mutableprivate

Correlation matrix for this class.

Definition at line 87 of file ClassInfo.h.

Referenced by Log(), and ~ClassInfo().

§ fName

TString TMVA::ClassInfo::fName
private

Definition at line 80 of file ClassInfo.h.

Referenced by GetName(), and SetName().

§ fNumber

UInt_t TMVA::ClassInfo::fNumber
private

pretraining cut for the class

Definition at line 83 of file ClassInfo.h.

Referenced by GetNumber(), and SetNumber().

§ fWeight

TString TMVA::ClassInfo::fWeight
private

name of the class

Definition at line 81 of file ClassInfo.h.

Referenced by GetWeight(), and SetWeight().


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