library: libTMVA
#include "TMVA_MethodVariable.h"

TMVA_MethodVariable


class description - source file - inheritance tree (.pdf)

class TMVA_MethodVariable : public TMVA_MethodBase

Inheritance Chart:
TObject
<-
TMVA_MethodBase
<-
TMVA_MethodVariable

    public:
TMVA_MethodVariable(TString jobName, vector<TString>* theVariables, TTree* theTree = 0, TString theOption = Variable, TDirectory* theTargetDir = 0) TMVA_MethodVariable(const TMVA_MethodVariable&) virtual ~TMVA_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()

Data Members




Class Description

 Wrapper class for a single variable "MVA"; this is required for
 the evaluation of the single variable discrimination performance

_______________________________________________________________________

TMVA_MethodVariable( TString jobName, vector<TString>* theVariables, TTree* theTree, TString theOption, TDirectory* theTargetDir ) : TMVA_MethodBase( jobName, theVariables, theTree, theOption, theTargetDir )

~TMVA_MethodVariable( void )

void Train( void )
--------------------------------------------------------------

Double_t GetMvaValue(TMVA_Event *e)

void WriteWeightsToFile( void )
 write coefficients to file

void ReadWeightsFromFile( void )
 read coefficients from file

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_MethodVariable TMVA_MethodVariable(const TMVA_MethodVariable&)
        TMVA_MethodVariable& operator=(const TMVA_MethodVariable&)


Author: Andreas Hoecker, Helge Voss, Kai Voss
Last update: root/tmva $Id: TMVA_MethodVariable.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.