#include <Python.h>
#include <TMVA/PyMethodBase.h>
#include "TMVA/DataSet.h"
#include "TMVA/DataSetInfo.h"
#include "TMVA/MsgLogger.h"
#include "TMVA/Results.h"
#include "TMVA/Timer.h"
#include "TMVA/Tools.h"
#include "TSystem.h"
#include <numpy/arrayobject.h>
Classes | |
class | TMVA::Internal::PyGILRAII |
Namespaces | |
namespace | ROOT |
tbb::task_arena is an alias of tbb::interface7::task_arena, which doesn't allow to forward declare tbb::task_arena without forward declaring tbb::interface7 | |
namespace | TMVA |
create variable transformations | |
namespace | TMVA::Internal |
Macros | |
#define | NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION |
Functions | |
TString | TMVA::Python_Executable () |
Function to find current Python executable used by ROOT If "Python3" is installed, return "python3". | |
#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION |
Definition at line 26 of file PyMethodBase.cxx.