ATLAS Offline Software
|
#include "MVAUtils/BDT.h"
#include "MVAUtils/ForestTMVA.h"
#include <stack>
#include "TMVA/Reader.h"
#include "TMVA/MethodBDT.h"
Go to the source code of this file.
Namespaces | |
TMVAToMVAUtils | |
Functions | |
void | TMVAToMVAUtils::newTree (MVAUtils::ForestTMVA *forest, const TMVA::DecisionTreeNode *node, float weight, bool isRegression, bool useYesNoLeaf) |
std::unique_ptr< MVAUtils::ForestTMVA > | TMVAToMVAUtils::createForestTMVA (TMVA::MethodBDT *bdt, bool isRegression, bool useYesNoLeaf) |
std::unique_ptr< MVAUtils::BDT > | TMVAToMVAUtils::convert (TMVA::MethodBDT *bdt, bool isRegression=true, bool useYesNoLeaf=false) |