Logo ROOT   6.12/07
Reference Guide
Variables
ApplicationRegressionKeras Namespace Reference

Variables

dictionary branches = {}
 
 branchName = branch.GetName()
 
 data = TFile.Open('tmva_reg_example.root')
 
 reader = TMVA.Reader("Color:!Silent")
 
 tree = data.Get('TreeR')
 

Variable Documentation

◆ branches

dictionary ApplicationRegressionKeras.branches = {}

Definition at line 20 of file ApplicationRegressionKeras.py.

◆ branchName

ApplicationRegressionKeras.branchName = branch.GetName()

Definition at line 22 of file ApplicationRegressionKeras.py.

◆ data

ApplicationRegressionKeras.data = TFile.Open('tmva_reg_example.root')

Definition at line 17 of file ApplicationRegressionKeras.py.

◆ reader

ApplicationRegressionKeras.reader = TMVA.Reader("Color:!Silent")

Definition at line 11 of file ApplicationRegressionKeras.py.

◆ tree

ApplicationRegressionKeras.tree = data.Get('TreeR')

Definition at line 18 of file ApplicationRegressionKeras.py.