![]() |
ATLAS Offline Software
|
Public Member Functions | |
| __init__ (self, structure, invert_as_tmva=False) | |
| get_split_feature (self) | |
| get_value (self) | |
| get_left (self) | |
| get_right (self) | |
| get_default_left (self) | |
Public Attributes | |
| invert_as_tmva = invert_as_tmva | |
Protected Member Functions | |
| _get_left (self) | |
| _get_right (self) | |
Adaptor from LGBM dictionary to tree
Definition at line 48 of file convertLGBMToRootTree.py.
| util.convertLGBMToRootTree.LGBMTextNode.__init__ | ( | self, | |
| structure, | |||
| invert_as_tmva = False ) |
Definition at line 53 of file convertLGBMToRootTree.py.
|
protected |
Definition at line 69 of file convertLGBMToRootTree.py.
|
protected |
Definition at line 77 of file convertLGBMToRootTree.py.
| util.convertLGBMToRootTree.LGBMTextNode.get_default_left | ( | self | ) |
Definition at line 97 of file convertLGBMToRootTree.py.
| util.convertLGBMToRootTree.LGBMTextNode.get_left | ( | self | ) |
Definition at line 85 of file convertLGBMToRootTree.py.
| util.convertLGBMToRootTree.LGBMTextNode.get_right | ( | self | ) |
Definition at line 91 of file convertLGBMToRootTree.py.
| util.convertLGBMToRootTree.LGBMTextNode.get_split_feature | ( | self | ) |
Definition at line 57 of file convertLGBMToRootTree.py.
| util.convertLGBMToRootTree.LGBMTextNode.get_value | ( | self | ) |
Definition at line 63 of file convertLGBMToRootTree.py.
| util.convertLGBMToRootTree.LGBMTextNode.invert_as_tmva = invert_as_tmva |
Definition at line 55 of file convertLGBMToRootTree.py.