ROOT
6.06/09
Reference Guide
|
Definition at line 78 of file DataSetInfo.h.
Public Member Functions | |
DataSetInfo (const TString &name="Default") | |
constructor More... | |
virtual | ~DataSetInfo () |
destructor More... | |
virtual const char * | GetName () const |
Returns name of object. More... | |
void | ClearDataSet () const |
DataSet * | GetDataSet () const |
returns data set More... | |
VariableInfo & | AddVariable (const TString &expression, const TString &title="", const TString &unit="", Double_t min=0, Double_t max=0, char varType='F', Bool_t normalized=kTRUE, void *external=0) |
add a variable (can be a complex expression) to the set of variables used in the MV analysis More... | |
VariableInfo & | AddVariable (const VariableInfo &varInfo) |
add variable with given VariableInfo More... | |
VariableInfo & | AddTarget (const TString &expression, const TString &title, const TString &unit, Double_t min, Double_t max, Bool_t normalized=kTRUE, void *external=0) |
add a variable (can be a complex expression) to the set of variables used in the MV analysis More... | |
VariableInfo & | AddTarget (const VariableInfo &varInfo) |
add target with given VariableInfo More... | |
VariableInfo & | AddSpectator (const TString &expression, const TString &title, const TString &unit, Double_t min, Double_t max, char type= 'F', Bool_t normalized=kTRUE, void *external=0) |
add a spectator (can be a complex expression) to the set of spectator variables used in the MV analysis More... | |
VariableInfo & | AddSpectator (const VariableInfo &varInfo) |
add spectator with given VariableInfo More... | |
ClassInfo * | AddClass (const TString &className) |
std::vector< VariableInfo > & | GetVariableInfos () |
const std::vector< VariableInfo > & | GetVariableInfos () const |
VariableInfo & | GetVariableInfo (Int_t i) |
const VariableInfo & | GetVariableInfo (Int_t i) const |
std::vector< VariableInfo > & | GetTargetInfos () |
const std::vector< VariableInfo > & | GetTargetInfos () const |
VariableInfo & | GetTargetInfo (Int_t i) |
const VariableInfo & | GetTargetInfo (Int_t i) const |
std::vector< VariableInfo > & | GetSpectatorInfos () |
const std::vector< VariableInfo > & | GetSpectatorInfos () const |
VariableInfo & | GetSpectatorInfo (Int_t i) |
const VariableInfo & | GetSpectatorInfo (Int_t i) const |
UInt_t | GetNVariables () const |
UInt_t | GetNTargets () const |
UInt_t | GetNSpectators (bool all=kTRUE) const |
const TString & | GetNormalization () const |
void | SetNormalization (const TString &norm) |
void | SetTrainingSumSignalWeights (Double_t trainingSumSignalWeights) |
void | SetTrainingSumBackgrWeights (Double_t trainingSumBackgrWeights) |
void | SetTestingSumSignalWeights (Double_t testingSumSignalWeights) |
void | SetTestingSumBackgrWeights (Double_t testingSumBackgrWeights) |
Double_t | GetTrainingSumSignalWeights () |
Double_t | GetTrainingSumBackgrWeights () |
Double_t | GetTestingSumSignalWeights () |
Double_t | GetTestingSumBackgrWeights () |
Int_t | GetClassNameMaxLength () const |
ClassInfo * | GetClassInfo (Int_t clNum) const |
ClassInfo * | GetClassInfo (const TString &name) const |
void | PrintClasses () const |
UInt_t | GetNClasses () const |
Bool_t | IsSignal (const Event *ev) const |
std::vector< Float_t > * | GetTargetsForMulticlass (const Event *ev) |
UInt_t | GetSignalClassIndex () |
Int_t | FindVarIndex (const TString &) const |
find variable by name More... | |
const TString | GetWeightExpression (Int_t i) const |
void | SetWeightExpression (const TString &exp, const TString &className="") |
set the weight expressions for the classes if class name is specified, set only for this class if class name is unknown, register new class with this name More... | |
const TCut & | GetCut (Int_t i) const |
const TCut & | GetCut (const TString &className) const |
void | SetCut (const TCut &cut, const TString &className) |
set the cut for the classes More... | |
void | AddCut (const TCut &cut, const TString &className) |
set the cut for the classes More... | |
Bool_t | HasCuts () const |
std::vector< TString > | GetListOfVariables () const |
returns list of variables More... | |
const TMatrixD * | CorrelationMatrix (const TString &className) const |
void | SetCorrelationMatrix (const TString &className, TMatrixD *matrix) |
void | PrintCorrelationMatrix (const TString &className) |
calculates the correlation matrices for signal and background, prints them to standard output, and fills 2D histograms More... | |
TH2 * | CreateCorrelationMatrixHist (const TMatrixD *m, const TString &hName, const TString &hTitle) const |
void | SetSplitOptions (const TString &so) |
const TString & | GetSplitOptions () const |
void | SetRootDir (TDirectory *d) |
TDirectory * | GetRootDir () const |
void | SetMsgType (EMsgType t) const |
Public Member Functions inherited from TObject | |
TObject () | |
TObject (const TObject &object) | |
TObject copy ctor. More... | |
TObject & | operator= (const TObject &rhs) |
TObject assignment operator. More... | |
virtual | ~TObject () |
TObject destructor. More... | |
virtual void | AppendPad (Option_t *option="") |
Append graphics object to current pad. More... | |
virtual void | Browse (TBrowser *b) |
Browse object. May be overridden for another default action. More... | |
virtual const char * | ClassName () const |
Returns name of class to which the object belongs. More... | |
virtual void | Clear (Option_t *="") |
virtual TObject * | Clone (const char *newname="") const |
Make a clone of an object using the Streamer facility. More... | |
virtual Int_t | Compare (const TObject *obj) const |
Compare abstract method. More... | |
virtual void | Copy (TObject &object) const |
Copy this to obj. More... | |
virtual void | Delete (Option_t *option="") |
Delete this object. More... | |
virtual Int_t | DistancetoPrimitive (Int_t px, Int_t py) |
Computes distance from point (px,py) to the object. More... | |
virtual void | Draw (Option_t *option="") |
Default Draw method for all objects. More... | |
virtual void | DrawClass () const |
Draw class inheritance tree of the class to which this object belongs. More... | |
virtual TObject * | DrawClone (Option_t *option="") const |
Draw a clone of this object in the current pad. More... | |
virtual void | Dump () const |
Dump contents of object on stdout. More... | |
virtual void | Execute (const char *method, const char *params, Int_t *error=0) |
Execute method on this object with the given parameter string, e.g. More... | |
virtual void | Execute (TMethod *method, TObjArray *params, Int_t *error=0) |
Execute method on this object with parameters stored in the TObjArray. More... | |
virtual void | ExecuteEvent (Int_t event, Int_t px, Int_t py) |
Execute action corresponding to an event at (px,py). More... | |
virtual TObject * | FindObject (const char *name) const |
Must be redefined in derived classes. More... | |
virtual TObject * | FindObject (const TObject *obj) const |
Must be redefined in derived classes. More... | |
virtual Option_t * | GetDrawOption () const |
Get option used by the graphics system to draw this object. More... | |
virtual UInt_t | GetUniqueID () const |
Return the unique object id. More... | |
virtual const char * | GetIconName () const |
Returns mime type name of object. More... | |
virtual Option_t * | GetOption () const |
virtual char * | GetObjectInfo (Int_t px, Int_t py) const |
Returns string containing info about the object at position (px,py). More... | |
virtual const char * | GetTitle () const |
Returns title of object. More... | |
virtual Bool_t | HandleTimer (TTimer *timer) |
Execute action in response of a timer timing out. More... | |
virtual ULong_t | Hash () const |
Return hash value for this object. More... | |
virtual Bool_t | InheritsFrom (const char *classname) const |
Returns kTRUE if object inherits from class "classname". More... | |
virtual Bool_t | InheritsFrom (const TClass *cl) const |
Returns kTRUE if object inherits from TClass cl. More... | |
virtual void | Inspect () const |
Dump contents of this object in a graphics canvas. More... | |
virtual Bool_t | IsFolder () const |
Returns kTRUE in case object contains browsable objects (like containers or lists of other objects). More... | |
virtual Bool_t | IsEqual (const TObject *obj) const |
Default equal comparison (objects are equal if they have the same address in memory). More... | |
virtual Bool_t | IsSortable () const |
Bool_t | IsOnHeap () const |
Bool_t | IsZombie () const |
virtual Bool_t | Notify () |
This method must be overridden to handle object notification. More... | |
virtual void | ls (Option_t *option="") const |
The ls function lists the contents of a class on stdout. More... | |
virtual void | Paint (Option_t *option="") |
This method must be overridden if a class wants to paint itself. More... | |
virtual void | Pop () |
Pop on object drawn in a pad to the top of the display list. More... | |
virtual void | Print (Option_t *option="") const |
This method must be overridden when a class wants to print itself. More... | |
virtual Int_t | Read (const char *name) |
Read contents of object with specified name from the current directory. More... | |
virtual void | RecursiveRemove (TObject *obj) |
Recursively remove this object from a list. More... | |
virtual void | SaveAs (const char *filename="", Option_t *option="") const |
Save this object in the file specified by filename. More... | |
virtual void | SavePrimitive (std::ostream &out, Option_t *option="") |
Save a primitive as a C++ statement(s) on output stream "out". More... | |
virtual void | SetDrawOption (Option_t *option="") |
Set drawing option for object. More... | |
virtual void | SetUniqueID (UInt_t uid) |
Set the unique object id. More... | |
virtual void | UseCurrentStyle () |
Set current style settings in this object This function is called when either TCanvas::UseCurrentStyle or TROOT::ForceStyle have been invoked. More... | |
virtual Int_t | Write (const char *name=0, Int_t option=0, Int_t bufsize=0) |
Write this object to the current directory. More... | |
virtual Int_t | Write (const char *name=0, Int_t option=0, Int_t bufsize=0) const |
Write this object to the current directory. More... | |
void * | operator new (size_t sz) |
void * | operator new[] (size_t sz) |
void * | operator new (size_t sz, void *vp) |
void * | operator new[] (size_t sz, void *vp) |
void | operator delete (void *ptr) |
Operator delete. More... | |
void | operator delete[] (void *ptr) |
Operator delete []. More... | |
void | SetBit (UInt_t f, Bool_t set) |
Set or unset the user status bits as specified in f. More... | |
void | SetBit (UInt_t f) |
void | ResetBit (UInt_t f) |
Bool_t | TestBit (UInt_t f) const |
Int_t | TestBits (UInt_t f) const |
void | InvertBit (UInt_t f) |
virtual void | Info (const char *method, const char *msgfmt,...) const |
Issue info message. More... | |
virtual void | Warning (const char *method, const char *msgfmt,...) const |
Issue warning message. More... | |
virtual void | Error (const char *method, const char *msgfmt,...) const |
Issue error message. More... | |
virtual void | SysError (const char *method, const char *msgfmt,...) const |
Issue system error message. More... | |
virtual void | Fatal (const char *method, const char *msgfmt,...) const |
Issue fatal error message. More... | |
void | AbstractMethod (const char *method) const |
Use this method to implement an "abstract" method that you don't want to leave purely abstract. More... | |
void | MayNotUse (const char *method) const |
Use this method to signal that a method (defined in a base class) may not be called in a derived class (in principle against good design since a child class should not provide less functionality than its parent, however, sometimes it is necessary). More... | |
void | Obsolete (const char *method, const char *asOfVers, const char *removedFromVers) const |
Use this method to declare a method obsolete. More... | |
Private Member Functions | |
void | SetDataSetManager (DataSetManager *dsm) |
DataSetInfo (const DataSetInfo &) | |
void | PrintCorrelationMatrix (TTree *theTree) |
MsgLogger & | Log () const |
message logger More... | |
Private Attributes | |
TMVA::DataSetManager * | fDataSetManager |
TString | fName |
DataSet * | fDataSet |
name of the dataset info object More... | |
Bool_t | fNeedsRebuilding |
dataset, owned by this datasetinfo object More... | |
std::vector< VariableInfo > | fVariables |
flag if rebuilding of dataset is needed (after change of cuts, vars, etc.) More... | |
std::vector< VariableInfo > | fTargets |
list of variable expressions/internal names More... | |
std::vector< VariableInfo > | fSpectators |
list of targets expressions/internal names More... | |
std::vector< ClassInfo * > | fClasses |
list of spectators expressions/internal names More... | |
TString | fNormalization |
name and other infos of the classes More... | |
TString | fSplitOptions |
Double_t | fTrainingSumSignalWeights |
Double_t | fTrainingSumBackgrWeights |
Double_t | fTestingSumSignalWeights |
Double_t | fTestingSumBackgrWeights |
TDirectory * | fOwnRootDir |
Bool_t | fVerbose |
ROOT output dir. More... | |
UInt_t | fSignalClass |
Verbosity. More... | |
std::vector< Float_t > * | fTargetsForMulticlass |
index of the class with the name signal More... | |
MsgLogger * | fLogger |
all targets 0 except the one with index==classNumber More... | |
Friends | |
class | DataSetManager |
Additional Inherited Members | |
Public Types inherited from TObject | |
enum | EStatusBits { kCanDelete = BIT(0), kMustCleanup = BIT(3), kObjInCanvas = BIT(3), kIsReferenced = BIT(4), kHasUUID = BIT(5), kCannotPick = BIT(6), kNoContextMenu = BIT(8), kInvalidObject = BIT(13) } |
enum | { kIsOnHeap = 0x01000000, kNotDeleted = 0x02000000, kZombie = 0x04000000, kBitMask = 0x00ffffff } |
enum | { kSingleKey = BIT(0), kOverwrite = BIT(1), kWriteDelete = BIT(2) } |
Static Public Member Functions inherited from TObject | |
static Long_t | GetDtorOnly () |
Return destructor only flag. More... | |
static void | SetDtorOnly (void *obj) |
Set destructor only flag. More... | |
static Bool_t | GetObjectStat () |
Get status of object stat flag. More... | |
static void | SetObjectStat (Bool_t stat) |
Turn on/off tracking of objects in the TObjectTable. More... | |
Protected Member Functions inherited from TObject | |
void | MakeZombie () |
virtual void | DoError (int level, const char *location, const char *fmt, va_list va) const |
Interface to ErrorHandler (protected). More... | |
#include <TMVA/DataSetInfo.h>
TMVA::DataSetInfo::DataSetInfo | ( | const TString & | name = "Default" | ) |
constructor
Definition at line 63 of file DataSetInfo.cxx.
|
virtual |
destructor
Definition at line 90 of file DataSetInfo.cxx.
|
inlineprivate |
Definition at line 197 of file DataSetInfo.h.
TMVA::ClassInfo * TMVA::DataSetInfo::AddClass | ( | const TString & | className | ) |
Definition at line 118 of file DataSetInfo.cxx.
Referenced by TMVA::DataSetFactory::BuildDynamicDataSet(), TMVA::DataSetFactory::BuildInitialDataSet(), and TMVA::MethodCategory::CreateCategoryDSI().
set the cut for the classes
Definition at line 353 of file DataSetInfo.cxx.
Referenced by TMVA::MethodCategory::CreateCategoryDSI().
TMVA::VariableInfo & TMVA::DataSetInfo::AddSpectator | ( | const TString & | expression, |
const TString & | title, | ||
const TString & | unit, | ||
Double_t | min, | ||
Double_t | max, | ||
char | type = 'F' , |
||
Bool_t | normalized = kTRUE , |
||
void * | external = 0 |
||
) |
add a spectator (can be a complex expression) to the set of spectator variables used in the MV analysis
Definition at line 266 of file DataSetInfo.cxx.
Referenced by TMVA::MethodCategory::AddMethod(), and TMVA::MethodCategory::CreateCategoryDSI().
TMVA::VariableInfo & TMVA::DataSetInfo::AddSpectator | ( | const VariableInfo & | varInfo | ) |
add spectator with given VariableInfo
Definition at line 283 of file DataSetInfo.cxx.
TMVA::VariableInfo & TMVA::DataSetInfo::AddTarget | ( | const TString & | expression, |
const TString & | title, | ||
const TString & | unit, | ||
Double_t | min, | ||
Double_t | max, | ||
Bool_t | normalized = kTRUE , |
||
void * | external = 0 |
||
) |
add a variable (can be a complex expression) to the set of variables used in the MV analysis
Definition at line 236 of file DataSetInfo.cxx.
Referenced by TMVA::MethodCategory::CreateCategoryDSI().
TMVA::VariableInfo & TMVA::DataSetInfo::AddTarget | ( | const VariableInfo & | varInfo | ) |
add target with given VariableInfo
Definition at line 256 of file DataSetInfo.cxx.
TMVA::VariableInfo & TMVA::DataSetInfo::AddVariable | ( | const TString & | expression, |
const TString & | title = "" , |
||
const TString & | unit = "" , |
||
Double_t | min = 0 , |
||
Double_t | max = 0 , |
||
char | varType = 'F' , |
||
Bool_t | normalized = kTRUE , |
||
void * | external = 0 |
||
) |
add a variable (can be a complex expression) to the set of variables used in the MV analysis
Definition at line 207 of file DataSetInfo.cxx.
Referenced by TMVA::MethodCategory::CreateCategoryDSI(), and TMVA::Reader::Reader().
TMVA::VariableInfo & TMVA::DataSetInfo::AddVariable | ( | const VariableInfo & | varInfo | ) |
add variable with given VariableInfo
Definition at line 226 of file DataSetInfo.cxx.
void TMVA::DataSetInfo::ClearDataSet | ( | ) | const |
Definition at line 105 of file DataSetInfo.cxx.
Definition at line 197 of file DataSetInfo.cxx.
TH2 * TMVA::DataSetInfo::CreateCorrelationMatrixHist | ( | const TMatrixD * | m, |
const TString & | hName, | ||
const TString & | hTitle | ||
) | const |
Definition at line 391 of file DataSetInfo.cxx.
find variable by name
Definition at line 292 of file DataSetInfo.cxx.
TMVA::ClassInfo * TMVA::DataSetInfo::GetClassInfo | ( | Int_t | clNum | ) | const |
Definition at line 146 of file DataSetInfo.cxx.
Referenced by TMVA::DataSetFactory::BuildDynamicDataSet(), TMVA::DataSetFactory::BuildEventVector(), TMVA::DataSetFactory::BuildInitialDataSet(), TMVA::DataSetFactory::ChangeToNewTree(), TMVA::MethodCategory::CreateCategoryDSI(), TMVA::DataSetFactory::CreateDataSet(), TMVA::ResultsMulticlass::CreateMulticlassHistos(), TMVA::MethodBase::CreateVariableTransforms(), TMVA::ResultsMulticlass::GetBestMultiClassCuts(), GetCut(), GetWeightExpression(), TMVA::DataSetFactory::InitOptions(), and TMVA::DataSetFactory::RenormEvents().
TMVA::ClassInfo * TMVA::DataSetInfo::GetClassInfo | ( | const TString & | name | ) | const |
Definition at line 136 of file DataSetInfo.cxx.
Int_t TMVA::DataSetInfo::GetClassNameMaxLength | ( | ) | const |
Definition at line 484 of file DataSetInfo.cxx.
Referenced by TMVA::DataSetFactory::BuildEventVector(), TMVA::DataSetFactory::BuildInitialDataSet(), and TMVA::DataSetFactory::RenormEvents().
Definition at line 165 of file DataSetInfo.h.
Referenced by TMVA::MethodCategory::CreateCategoryDSI().
Definition at line 166 of file DataSetInfo.h.
TMVA::DataSet * TMVA::DataSetInfo::GetDataSet | ( | ) | const |
returns data set
Definition at line 455 of file DataSetInfo.cxx.
Referenced by TMVA::TransformationHandler::Data(), TMVA::MethodBase::Data(), and TMVA::Results::GetDataSet().
std::vector< TString > TMVA::DataSetInfo::GetListOfVariables | ( | ) | const |
returns list of variables
Definition at line 370 of file DataSetInfo.cxx.
Referenced by TMVA::MethodC50::GetMvaValue(), TMVA::MethodRSNNS::GetMvaValue(), TMVA::MethodRXGB::GetMvaValue(), TMVA::MethodRSVM::GetMvaValue(), and TMVA::RMethodBase::LoadData().
|
inlinevirtual |
Returns name of object.
This default method returns the class name. Classes that give objects a name should override this method.
Reimplemented from TObject.
Definition at line 85 of file DataSetInfo.h.
Referenced by TMVA::DataSetManager::AddDataSetInfo(), and TMVA::DataSetFactory::MixEvents().
|
inline |
Definition at line 152 of file DataSetInfo.h.
Referenced by TMVA::DataSetFactory::BuildDynamicDataSet(), TMVA::DataSetFactory::BuildEventVector(), TMVA::DataSetFactory::BuildInitialDataSet(), TMVA::DataSetFactory::ChangeToNewTree(), TMVA::MethodCategory::CreateCategoryDSI(), TMVA::DataSetFactory::CreateDataSet(), TMVA::ResultsMulticlass::CreateMulticlassHistos(), TMVA::ResultsMulticlass::GetBestMultiClassCuts(), TMVA::VariableTransformBase::GetNClasses(), TMVA::DataSetFactory::InitOptions(), TMVA::DataSetFactory::MixEvents(), TMVA::DataSetFactory::RenormEvents(), TMVA::MethodCategory::Train(), and TMVA::TransformationHandler::TransformationHandler().
|
inline |
Definition at line 132 of file DataSetInfo.h.
Referenced by TMVA::MethodCategory::CreateCategoryDSI().
Definition at line 471 of file DataSetInfo.cxx.
Referenced by TMVA::DataSetFactory::BuildEventVector(), TMVA::DataSetFactory::ChangeToNewTree(), TMVA::VariableTransformBase::GetNSpectators(), and TMVA::RMethodBase::LoadData().
|
inline |
Definition at line 129 of file DataSetInfo.h.
Referenced by TMVA::DataSetFactory::BuildEventVector(), TMVA::DataSetFactory::ChangeToNewTree(), TMVA::ResultsRegression::CreateDeviationHistograms(), TMVA::VariableTransformBase::GetNTargets(), TMVA::MethodBase::GetNTargets(), TMVA::MethodCategory::Train(), and TMVA::TransformationHandler::TransformationHandler().
|
inline |
Definition at line 128 of file DataSetInfo.h.
Referenced by TMVA::DataSetFactory::BuildEventVector(), TMVA::DataSetFactory::ChangeToNewTree(), TMVA::ResultsRegression::CreateDeviationHistograms(), TMVA::ResultsRegression::DeviationAsAFunctionOf(), TMVA::MethodRSNNS::GetMvaValue(), TMVA::MethodRXGB::GetMvaValue(), TMVA::MethodC50::GetMvaValue(), TMVA::MethodRSVM::GetMvaValue(), TMVA::MethodBase::GetNvar(), TMVA::VariableTransformBase::GetNVariables(), TMVA::MethodBase::GetNVariables(), TMVA::RMethodBase::LoadData(), and TMVA::TransformationHandler::TransformationHandler().
|
inline |
Definition at line 187 of file DataSetInfo.h.
Referenced by TMVA::MethodCategory::CreateCategoryDSI().
|
inline |
Definition at line 155 of file DataSetInfo.h.
Referenced by TMVA::DataSetFactory::RenormEvents().
|
inline |
Definition at line 124 of file DataSetInfo.h.
Referenced by TMVA::VariableTransformBase::AttachXMLTo(), TMVA::DataSetFactory::CalcMinMax(), TMVA::DataSetFactory::ChangeToNewTree(), TMVA::RMethodBase::LoadData(), and TMVA::VariableTransformBase::SelectInput().
|
inline |
Definition at line 125 of file DataSetInfo.h.
|
inline |
Definition at line 122 of file DataSetInfo.h.
Referenced by TMVA::MethodCategory::AddMethod(), TMVA::DataSetFactory::BuildDynamicDataSet(), TMVA::MethodCategory::CreateCategoryDSI(), TMVA::MethodCategory::InitCircularTree(), and TMVA::MethodCategory::ReadWeightsFromXML().
|
inline |
Definition at line 123 of file DataSetInfo.h.
|
inline |
Definition at line 183 of file DataSetInfo.h.
Referenced by TMVA::MethodCategory::CreateCategoryDSI(), and TMVA::DataSetFactory::InitOptions().
|
inline |
Definition at line 119 of file DataSetInfo.h.
Referenced by TMVA::VariableTransformBase::AttachXMLTo(), TMVA::DataSetFactory::CalcMinMax(), TMVA::DataSetFactory::ChangeToNewTree(), TMVA::ResultsRegression::DeviationAsAFunctionOf(), TMVA::ResultsRegression::QuadraticDeviation(), and TMVA::VariableTransformBase::SelectInput().
|
inline |
Definition at line 120 of file DataSetInfo.h.
|
inline |
Definition at line 117 of file DataSetInfo.h.
Referenced by TMVA::MethodCategory::CreateCategoryDSI(), and TMVA::TransformationHandler::Target().
|
inline |
Definition at line 118 of file DataSetInfo.h.
Definition at line 174 of file DataSetInfo.cxx.
Double_t TMVA::DataSetInfo::GetTestingSumBackgrWeights | ( | ) |
Definition at line 507 of file DataSetInfo.cxx.
Double_t TMVA::DataSetInfo::GetTestingSumSignalWeights | ( | ) |
Definition at line 503 of file DataSetInfo.cxx.
Double_t TMVA::DataSetInfo::GetTrainingSumBackgrWeights | ( | ) |
Definition at line 499 of file DataSetInfo.cxx.
Double_t TMVA::DataSetInfo::GetTrainingSumSignalWeights | ( | ) |
Definition at line 495 of file DataSetInfo.cxx.
|
inline |
Definition at line 114 of file DataSetInfo.h.
Referenced by TMVA::VariableTransformBase::AttachXMLTo(), TMVA::DataSetFactory::CalcMinMax(), TMVA::DataSetFactory::ChangeToNewTree(), TMVA::ResultsRegression::DeviationAsAFunctionOf(), TMVA::MethodBase::GetInputLabel(), TMVA::MethodBase::GetInputTitle(), TMVA::MethodBase::GetInputVar(), TMVA::MethodBase::GetOriginalVarName(), and TMVA::VariableTransformBase::SelectInput().
|
inline |
Definition at line 115 of file DataSetInfo.h.
|
inline |
Definition at line 112 of file DataSetInfo.h.
Referenced by TMVA::DataSetFactory::BuildDynamicDataSet(), TMVA::MethodCategory::CreateCategoryDSI(), TMVA::MethodCategory::InitCircularTree(), and TMVA::TransformationHandler::Variable().
|
inline |
Definition at line 113 of file DataSetInfo.h.
Definition at line 161 of file DataSetInfo.h.
Referenced by TMVA::MethodCategory::CreateCategoryDSI().
Bool_t TMVA::DataSetInfo::HasCuts | ( | ) | const |
Definition at line 186 of file DataSetInfo.cxx.
Referenced by TMVA::DataSetFactory::BuildEventVector().
Definition at line 167 of file DataSetInfo.cxx.
|
inlineprivate |
message logger
Definition at line 232 of file DataSetInfo.h.
void TMVA::DataSetInfo::PrintClasses | ( | ) | const |
Definition at line 158 of file DataSetInfo.cxx.
calculates the correlation matrices for signal and background, prints them to standard output, and fills 2D histograms
Definition at line 383 of file DataSetInfo.cxx.
Referenced by TMVA::DataSetFactory::CreateDataSet().
Definition at line 329 of file DataSetInfo.cxx.
Referenced by TMVA::DataSetFactory::CreateDataSet().
set the cut for the classes
Definition at line 337 of file DataSetInfo.cxx.
Referenced by TMVA::MethodCategory::CreateCategoryDSI().
|
inlineprivate |
Definition at line 194 of file DataSetInfo.h.
Referenced by TMVA::DataSetManager::AddDataSetInfo().
Definition at line 111 of file DataSetInfo.cxx.
Definition at line 133 of file DataSetInfo.h.
Referenced by TMVA::MethodCategory::CreateCategoryDSI(), and TMVA::DataSetFactory::RenormEvents().
|
inline |
Definition at line 186 of file DataSetInfo.h.
Referenced by TMVA::MethodCategory::CreateCategoryDSI().
Definition at line 182 of file DataSetInfo.h.
Referenced by TMVA::MethodCategory::CreateCategoryDSI().
Definition at line 138 of file DataSetInfo.h.
Referenced by TMVA::DataSetFactory::RenormEvents().
Definition at line 137 of file DataSetInfo.h.
Referenced by TMVA::DataSetFactory::RenormEvents().
Definition at line 136 of file DataSetInfo.h.
Referenced by TMVA::DataSetFactory::RenormEvents().
Definition at line 135 of file DataSetInfo.h.
Referenced by TMVA::DataSetFactory::RenormEvents().
set the weight expressions for the classes if class name is specified, set only for this class if class name is unknown, register new class with this name
Definition at line 310 of file DataSetInfo.cxx.
Referenced by TMVA::MethodCategory::CreateCategoryDSI().
|
friend |
Definition at line 195 of file DataSetInfo.h.
|
mutableprivate |
list of spectators expressions/internal names
Definition at line 212 of file DataSetInfo.h.
Referenced by GetNClasses().
|
mutableprivate |
name of the dataset info object
Definition at line 203 of file DataSetInfo.h.
|
private |
Definition at line 193 of file DataSetInfo.h.
|
mutableprivate |
all targets 0 except the one with index==classNumber
Definition at line 231 of file DataSetInfo.h.
Referenced by Log().
|
private |
Definition at line 201 of file DataSetInfo.h.
Referenced by GetName().
|
mutableprivate |
dataset, owned by this datasetinfo object
Definition at line 204 of file DataSetInfo.h.
Referenced by SetSplitOptions().
|
private |
name and other infos of the classes
Definition at line 214 of file DataSetInfo.h.
Referenced by GetNormalization(), and SetNormalization().
|
private |
Definition at line 224 of file DataSetInfo.h.
Referenced by GetRootDir(), and SetRootDir().
|
private |
|
private |
list of targets expressions/internal names
Definition at line 209 of file DataSetInfo.h.
Referenced by GetSpectatorInfo(), and GetSpectatorInfos().
|
private |
Definition at line 215 of file DataSetInfo.h.
Referenced by GetSplitOptions(), and SetSplitOptions().
|
private |
list of variable expressions/internal names
Definition at line 208 of file DataSetInfo.h.
Referenced by GetNTargets(), GetTargetInfo(), and GetTargetInfos().
|
private |
index of the class with the name signal
Definition at line 229 of file DataSetInfo.h.
|
private |
Definition at line 220 of file DataSetInfo.h.
Referenced by SetTestingSumBackgrWeights().
|
private |
Definition at line 219 of file DataSetInfo.h.
Referenced by SetTestingSumSignalWeights().
|
private |
Definition at line 218 of file DataSetInfo.h.
Referenced by SetTrainingSumBackgrWeights().
|
private |
Definition at line 217 of file DataSetInfo.h.
Referenced by SetTrainingSumSignalWeights().
|
private |
flag if rebuilding of dataset is needed (after change of cuts, vars, etc.)
Definition at line 207 of file DataSetInfo.h.
Referenced by GetNVariables(), GetVariableInfo(), and GetVariableInfos().
|
private |
ROOT output dir.
Definition at line 225 of file DataSetInfo.h.