ROOT 6.08/07 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 | testPyKerasClassification () |
Variables | |
TString | pythonSrc |
int main | ( | ) |
Definition at line 128 of file testPyKerasClassification.C.
int testPyKerasClassification | ( | ) |
Definition at line 24 of file testPyKerasClassification.C.
TString pythonSrc |
Definition at line 12 of file testPyKerasClassification.C.