library: libTMVA #include "MethodVariable.h" |
TMVA::MethodVariable
class description - header file - source file - inheritance tree (.pdf)
public:
MethodVariable(TString jobName, vector<TString>* theVariables, TTree* theTree = 0, TString theOption = Variable, TDirectory* theTargetDir = 0)
MethodVariable(const TMVA::MethodVariable&)
virtual ~MethodVariable()
static TClass* Class()
virtual Double_t GetMvaValue(TMVA::Event* e)
virtual TClass* IsA() const
TMVA::MethodVariable& operator=(const TMVA::MethodVariable&)
virtual void ReadWeightsFromFile()
virtual void ShowMembers(TMemberInspector& insp, char* parent)
virtual void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
virtual void Train()
virtual void WriteHistosToFile()
virtual void WriteWeightsToFile()
_______________________________________________________________________
Wrapper class for a single variable "MVA"; this is required for
the evaluation of the single variable discrimination performance
_______________________________________________________________________
MethodVariable( TString jobName, vector<TString>* theVariables, TTree* theTree, TString theOption, TDirectory* theTargetDir )
standard constructor
option string contains variable name - but not only !
there is a "Var_" prefix, which is useful in the context of later root plotting
so, remove this part
void Train( void )
no training required
void WriteHistosToFile( void )
write special monitoring histograms to file - not implemented for Variable
Author: Andreas Hoecker, Joerg Stelzer, Helge Voss, Kai Voss
Last update: root/tmva $Id: MethodVariable.cxx,v 1.3 2006/05/23 19:35:06 brun Exp $
Copyright (c) 2005: *
ROOT page - Class index - Class Hierarchy - Top of the page
This page has been automatically generated. If you have any comments or suggestions about the page layout send a mail to ROOT support, or contact the developers with any questions or problems regarding ROOT.