#include <functional>
#include <string>
#include <vector>
#include <stdexcept>
#include <cmath>
#include <algorithm>
#include "TFile.h"
#include "TDirectory.h"
#include "TInterpreter.h"
#include "TUUID.h"
#include "TGenericClassInfo.h"
#include "BranchlessTree.hxx"
#include "Objectives.hxx"
Classes | |
struct | TMVA::Experimental::BranchlessForest< T > |
Forest using branchless trees. More... | |
struct | TMVA::Experimental::BranchlessJittedForest< T > |
Forest using branchless jitted trees. More... | |
struct | TMVA::Experimental::ForestBase< T, ForestType > |
Forest base class. More... | |
Namespaces | |
namespace | TMVA |
create variable transformations | |
namespace | TMVA::Experimental |
namespace | TMVA::Experimental::Internal |
Functions | |
template<typename T > | |
bool | TMVA::Experimental::Internal::CompareTree (const BranchlessTree< T > &a, const BranchlessTree< T > &b) |
template<typename T > | |
T * | TMVA::Experimental::Internal::GetObjectSafe (TFile *f, const std::string &n, const std::string &m) |