ROOT
6.06/09
Reference Guide
|
#include <iostream>
#include <iomanip>
#include <numeric>
#include <algorithm>
#include <functional>
#include "TTree.h"
#include "TMath.h"
#include "TMVA/Timer.h"
#include "TMVA/RuleFitParams.h"
#include "TMVA/RuleFit.h"
#include "TMVA/RuleEnsemble.h"
#include "TMVA/MethodRuleFit.h"
#include "TMVA/Tools.h"
Go to the source code of this file.
Variables | |
Bool_t | gFIRSTTST =kTRUE |
Bool_t | gFIRSTORG =kTRUE |
Double_t | gGDInit =0 |
Double_t | gGDPtr =0 |
Double_t | gGDNorm =0 |
Double_t | gGDEval =0 |
Double_t | gGDEvalRule =0 |
Double_t | gGDRuleLoop =0 |
Double_t | gGDLinLoop =0 |
Definition at line 44 of file RuleFitParams.cxx.
Referenced by TMVA::RuleFitParams::MakeGDPath().
Definition at line 43 of file RuleFitParams.cxx.
Referenced by TMVA::RuleFitParams::FindGDTau().
Double_t gGDEval =0 |
Definition at line 49 of file RuleFitParams.cxx.
Referenced by TMVA::RuleFitParams::MakeGDPath().
Double_t gGDEvalRule =0 |
Definition at line 50 of file RuleFitParams.cxx.
Referenced by TMVA::RuleFitParams::MakeGDPath().
Double_t gGDInit =0 |
Definition at line 46 of file RuleFitParams.cxx.
Referenced by TMVA::RuleFitParams::MakeGDPath(), and TMVA::RuleFitParams::MakeGradientVector().
Double_t gGDLinLoop =0 |
Definition at line 52 of file RuleFitParams.cxx.
Referenced by TMVA::RuleFitParams::MakeGDPath().
Double_t gGDNorm =0 |
Definition at line 48 of file RuleFitParams.cxx.
Referenced by TMVA::RuleFitParams::MakeGDPath().
Double_t gGDPtr =0 |
Definition at line 47 of file RuleFitParams.cxx.
Referenced by TMVA::RuleFitParams::MakeGDPath().
Double_t gGDRuleLoop =0 |
Definition at line 51 of file RuleFitParams.cxx.
Referenced by TMVA::RuleFitParams::MakeGDPath().