|
ROOT 6.10/00 Reference Guide |
Functions | |
| def | normal |
Variables | |
| tuple | background = data.Get('TreeB') |
| tuple | data = TFile.Open('tmva_class_example.root') |
| tuple | dataloader = TMVA.DataLoader('dataset') |
| tuple | factory |
| tuple | model = Sequential() |
| tuple | output = TFile.Open('TMVA.root', 'RECREATE') |
| tuple | signal = data.Get('TreeS') |
| def ClassificationKeras.normal | ( | shape, | |
name = None |
|||
| ) |
Definition at line 41 of file ClassificationKeras.py.
| tuple ClassificationKeras.background = data.Get('TreeB') |
Definition at line 27 of file ClassificationKeras.py.
| tuple ClassificationKeras.data = TFile.Open('tmva_class_example.root') |
Definition at line 25 of file ClassificationKeras.py.
| tuple ClassificationKeras.dataloader = TMVA.DataLoader('dataset') |
Definition at line 29 of file ClassificationKeras.py.
| tuple ClassificationKeras.factory |
Definition at line 18 of file ClassificationKeras.py.
| tuple ClassificationKeras.model = Sequential() |
Definition at line 45 of file ClassificationKeras.py.
| tuple ClassificationKeras.output = TFile.Open('TMVA.root', 'RECREATE') |
Definition at line 17 of file ClassificationKeras.py.
| tuple ClassificationKeras.signal = data.Get('TreeS') |
Definition at line 26 of file ClassificationKeras.py.