Treelite
Public Attributes | List of all members
Tree< ThresholdType, LeafOutputType >::Node::Info Union Reference

store either leaf value or decision threshold More...

#include <tree.h>

Public Attributes

LeafOutputType leaf_value
 
ThresholdType threshold
 

Detailed Description

template<typename ThresholdType, typename LeafOutputType>
union treelite::Tree< ThresholdType, LeafOutputType >::Node::Info

store either leaf value or decision threshold

Definition at line 199 of file tree.h.


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