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

An edge between two positioned nodes with a threshold label. More...

#include <Visualization.hpp>

Public Attributes

types::Feature from_x
 
types::Feature from_y
 
std::string label
 e.g. "< 1.50" or "≥ 1.50".
 
types::Feature to_x
 
types::Feature to_y
 

Detailed Description

An edge between two positioned nodes with a threshold label.

Member Data Documentation

◆ from_x

types::Feature ppforest2::viz::LayoutEdge::from_x

◆ from_y

types::Feature ppforest2::viz::LayoutEdge::from_y

◆ label

std::string ppforest2::viz::LayoutEdge::label

e.g. "< 1.50" or "≥ 1.50".

◆ to_x

types::Feature ppforest2::viz::LayoutEdge::to_x

◆ to_y

types::Feature ppforest2::viz::LayoutEdge::to_y

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