Vowpal Wabbit
Public Member Functions | Public Attributes | List of all members
VW::cats_tree::node_cost Struct Reference

#include <cats_tree.h>

Public Member Functions

 node_cost ()
 
 node_cost (uint32_t node_id, float cost)
 

Public Attributes

uint32_t node_id
 
float cost
 

Constructor & Destructor Documentation

VW::cats_tree::node_cost::node_cost ( )
inline
VW::cats_tree::node_cost::node_cost ( uint32_t  node_id,
float  cost 
)
inline

Member Data Documentation

float VW::cats_tree::node_cost::cost
uint32_t VW::cats_tree::node_cost::node_id

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