|
ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
|
A positioned tree node in the computed layout. More...
#include <Visualization.hpp>
Public Attributes | |
| bool | is_leaf |
| int | node_idx |
| Pre-order index (0-based). | |
| types::Feature | x |
| types::Feature | y |
| Center position of the node. | |
A positioned tree node in the computed layout.
| bool ppforest2::viz::LayoutNode::is_leaf |
| int ppforest2::viz::LayoutNode::node_idx |
Pre-order index (0-based).
| types::Feature ppforest2::viz::LayoutNode::x |
| types::Feature ppforest2::viz::LayoutNode::y |
Center position of the node.