ROOT 6.10/09 Reference Guide |
#include <iostream>
#include "TString.h"
#include "TFile.h"
#include "TTree.h"
#include "TSystem.h"
#include "TMVA/Factory.h"
#include "TMVA/Reader.h"
#include "TMVA/DataLoader.h"
#include "TMVA/PyMethodBase.h"
Functions | |
int | main () |
int | testPyKerasRegression () |
Variables | |
TString | pythonSrc |
int main | ( | ) |
Definition at line 107 of file testPyKerasRegression.C.
int testPyKerasRegression | ( | ) |
Definition at line 23 of file testPyKerasRegression.C.
TString pythonSrc |
Definition at line 12 of file testPyKerasRegression.C.