|
Medial Code Documentation
|
Data Structures | |
| union | NodeValue |
Public Member Functions | |
| DeviceNodeOneAPI (const RegTree::Node &n) | |
| bool | IsLeaf () const |
| int | GetFidx () const |
| bool | MissingLeft () const |
| int | MissingIdx () const |
| float | GetFvalue () const |
| float | GetWeight () const |
Data Fields | |
| int | fidx |
| int | left_child_idx |
| int | right_child_idx |
| NodeValue | val |