ROOT 6.16/01 Reference Guide |
Variables | |
background = data.Get('TreeB') | |
data = TFile.Open('tmva_class_example.root') | |
dataloader = TMVA.DataLoader('dataset') | |
factory | |
loss | |
metrics | |
model = Sequential() | |
optimizer | |
output = TFile.Open('TMVA.root', 'RECREATE') | |
signal = data.Get('TreeS') | |
ClassificationKeras.background = data.Get('TreeB') |
Definition at line 26 of file ClassificationKeras.py.
ClassificationKeras.data = TFile.Open('tmva_class_example.root') |
Definition at line 24 of file ClassificationKeras.py.
ClassificationKeras.dataloader = TMVA.DataLoader('dataset') |
Definition at line 28 of file ClassificationKeras.py.
ClassificationKeras.factory |
Definition at line 17 of file ClassificationKeras.py.
ClassificationKeras.loss |
Definition at line 45 of file ClassificationKeras.py.
ClassificationKeras.metrics |
Definition at line 46 of file ClassificationKeras.py.
ClassificationKeras.model = Sequential() |
Definition at line 40 of file ClassificationKeras.py.
ClassificationKeras.optimizer |
Definition at line 46 of file ClassificationKeras.py.
ClassificationKeras.output = TFile.Open('TMVA.root', 'RECREATE') |
Definition at line 16 of file ClassificationKeras.py.
ClassificationKeras.signal = data.Get('TreeS') |
Definition at line 25 of file ClassificationKeras.py.