This tutorial shows how to apply a trained model to new data.
from ROOT import TMVA, TFile, TString, gROOT
from array import array
from subprocess import call
branches = {}
branches[branchName] = array('f', [-999])
print('Some signal example classifications:')
print('')
print('Some background example classifications:')
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
The Reader class serves to use the MVAs in a specific analysis context.
- Date
- 2017
- Author
- TMVA Team
Definition in file ApplicationClassificationKeras.py.