ppforest2 v0.1.0
Projection Pursuit Decision Trees and Random Forests
Loading...
Searching...
No Matches
ppforest2::viz::LayoutNode Struct Reference

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.
 

Detailed Description

A positioned tree node in the computed layout.

Member Data Documentation

◆ is_leaf

bool ppforest2::viz::LayoutNode::is_leaf

◆ node_idx

int ppforest2::viz::LayoutNode::node_idx

Pre-order index (0-based).

◆ x

types::Feature ppforest2::viz::LayoutNode::x

◆ y

types::Feature ppforest2::viz::LayoutNode::y

Center position of the node.


The documentation for this struct was generated from the following file: