Logo ROOT   6.30.04
Reference Guide
 All Namespaces Files Pages
PythonHelpers.hxx
Go to the documentation of this file.
1 /**********************************************************************************
2  * Project: ROOT - a Root-integrated toolkit for multivariate data analysis *
3  * Package: TMVA *
4  * Web : http://tmva.sourceforge.net *
5  * *
6  * Description: *
7  * *
8  * Authors: *
9  * Stefan Wunsch (stefan.wunsch@cern.ch) *
10  * *
11  * Copyright (c) 2019: *
12  * CERN, Switzerland *
13  * *
14  * Redistribution and use in source and binary forms, with or without *
15  * modification, are permitted according to the terms listed in LICENSE *
16  * (http://tmva.sourceforge.net/LICENSE) *
17  **********************************************************************************/
18 
19 #ifndef TMVA_TREEINFERENCE_PYTHONHELPERS
20 #define TMVA_TREEINFERENCE_PYTHONHELPERS
21 
22 namespace TMVA {
23 namespace Experimental {
24 
25 /// \class TMVA::Experimental::SaveXGBoost
26 /// \brief Save an XGBoost to a ROOT file to be used with the fast tree inference
27 /// system of TMVA.
28 ///
29 /// This class is only a dummy class to be pythonized in PyROOT from the Python
30 /// side.
31 class SaveXGBoost {};
32 } // namespace Experimental
33 } // namespace TMVA
34 
35 #endif // TMVA_TREEINFERENCE_PYTHONHELPERS