![]() |
ATLAS Offline Software
|
Public Member Functions | |
| get_split_feature (self) | |
| get_value (self) | |
| get_left (self) | |
| get_right (self) | |
| get_nodeid (self, node_type) | |
| get_default_left (self) | |
Adaptor from XGBoost dictionary to tree * XGboost Yes is < and No is >=
Definition at line 23 of file convertXGBoostToRootTree.py.
| util.convertXGBoostToRootTree.XBGoostTextNode.get_default_left | ( | self | ) |
Definition at line 58 of file convertXGBoostToRootTree.py.
| util.convertXGBoostToRootTree.XBGoostTextNode.get_left | ( | self | ) |
Definition at line 41 of file convertXGBoostToRootTree.py.
| util.convertXGBoostToRootTree.XBGoostTextNode.get_nodeid | ( | self, | |
| node_type ) |
Definition at line 53 of file convertXGBoostToRootTree.py.
| util.convertXGBoostToRootTree.XBGoostTextNode.get_right | ( | self | ) |
Definition at line 47 of file convertXGBoostToRootTree.py.
| util.convertXGBoostToRootTree.XBGoostTextNode.get_split_feature | ( | self | ) |
Definition at line 29 of file convertXGBoostToRootTree.py.
| util.convertXGBoostToRootTree.XBGoostTextNode.get_value | ( | self | ) |
Definition at line 35 of file convertXGBoostToRootTree.py.