#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>
#include <cwchar>
Classes | |
class | TMVA::Internal::PyGILRAII |
Namespaces | |
namespace | TMVA |
create variable transformations | |
namespace | TMVA::Internal |
Macros | |
#define | NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION |
Functions | |
size_t | mystrlen (const char *s) |
size_t | mystrlen (const wchar_t *s) |
TString | TMVA::Python_Executable () |
Function to find current Python executable used by ROOT If Python2 is installed return "python" Instead if "Python3" return "python3". | |
#define NPY_NO_DEPRECATED_API NPY_1_7_API_VERSION |
Definition at line 26 of file PyMethodBase.cxx.
size_t mystrlen | ( | const char * | s | ) |
Definition at line 258 of file PyMethodBase.cxx.
size_t mystrlen | ( | const wchar_t * | s | ) |
Definition at line 262 of file PyMethodBase.cxx.