Vowpal Wabbit
Public Attributes | List of all members
node Struct Reference

Public Attributes

uint32_t parent
 
v_array< node_predpreds
 
uint32_t min_count
 
bool internal
 
uint32_t base_predictor
 
uint32_t left
 
uint32_t right
 
float norm_Eh
 
double Eh
 
uint32_t n
 
uint32_t max_count
 
uint32_t max_count_label
 

Detailed Description

Definition at line 51 of file log_multi.cc.

Member Data Documentation

◆ base_predictor

uint32_t node::base_predictor

Definition at line 62 of file log_multi.cc.

Referenced by init_leaf(), and save_load_tree().

◆ Eh

double node::Eh

Definition at line 66 of file log_multi.cc.

Referenced by init_leaf(), and save_load_tree().

◆ internal

bool node::internal

◆ left

uint32_t node::left

◆ max_count

uint32_t node::max_count

Definition at line 70 of file log_multi.cc.

Referenced by init_leaf(), and save_load_tree().

◆ max_count_label

uint32_t node::max_count_label

Definition at line 71 of file log_multi.cc.

Referenced by display_tree_dfs(), init_leaf(), and save_load_tree().

◆ min_count

uint32_t node::min_count

◆ n

uint32_t node::n

Definition at line 67 of file log_multi.cc.

Referenced by init_leaf(), and save_load_tree().

◆ norm_Eh

float node::norm_Eh

Definition at line 65 of file log_multi.cc.

Referenced by init_leaf(), and save_load_tree().

◆ parent

uint32_t node::parent

Definition at line 54 of file log_multi.cc.

Referenced by init_node(), and save_load_tree().

◆ preds

v_array<node_pred> node::preds

◆ right

uint32_t node::right

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