library: libTMVA #include "TMVA_MethodRuleFit.h" |
TMVA_MethodRuleFit
class description - source file - inheritance tree (.pdf)
public:
TMVA_MethodRuleFit(TString jobName, vector<TString>* theVariables, TTree* theTree = 0, TString theOption = , TDirectory* theTargetDir = 0)
TMVA_MethodRuleFit(vector<TString>* theVariables, TString theWeightFile, TDirectory* theTargetDir = NULL)
TMVA_MethodRuleFit(const TMVA_MethodRuleFit&)
virtual ~TMVA_MethodRuleFit()
static TClass* Class()
virtual Double_t GetMvaValue(TMVA_Event* e)
void InitRuleFit()
virtual TClass* IsA() const
TMVA_MethodRuleFit& operator=(const TMVA_MethodRuleFit&)
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()
Friedman's RuleFit method -- not yet implemented -- dummy class --
_______________________________________________________________________
TMVA_MethodRuleFit( TString jobName, vector<TString>* theVariables,
TTree* theTree, TString theOption, TDirectory* theTargetDir )
: TMVA_MethodBase( jobName, theVariables, theTree, theOption, theTargetDir )
TMVA_MethodRuleFit( vector<TString> *theVariables,
TString theWeightFile,
TDirectory* theTargetDir )
: TMVA_MethodBase( theVariables, theWeightFile, theTargetDir )
void InitRuleFit( void )
~TMVA_MethodRuleFit( void )
void Train( void )
--------------------------------------------------------------
void WriteWeightsToFile( void )
write coefficients to file
void ReadWeightsFromFile( void )
read coefficients from file
Double_t GetMvaValue( TMVA_Event * /*e*/ )
void WriteHistosToFile( void )
Inline Functions
TClass* Class()
TClass* IsA() const
void ShowMembers(TMemberInspector& insp, char* parent)
void Streamer(TBuffer& b)
void StreamerNVirtual(TBuffer& b)
TMVA_MethodRuleFit TMVA_MethodRuleFit(const TMVA_MethodRuleFit&)
TMVA_MethodRuleFit& operator=(const TMVA_MethodRuleFit&)
Author: Andreas Hoecker, Fredrik Tegenfeldt, Helge Voss, Kai Voss
Last update: root/tmva $Id: TMVA_MethodRuleFit.cxx,v 1.1 2006/05/08 12:46:31 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.