|
Vowpal Wabbit
|
Public Member Functions | |
| bool | operator== (node_pred v) |
| bool | operator> (node_pred v) |
| bool | operator< (node_pred v) |
| node_pred (uint32_t l) | |
Public Attributes | |
| double | Ehk |
| float | norm_Ehk |
| uint32_t | nk |
| uint32_t | label |
| uint32_t | label_count |
Definition at line 16 of file log_multi.cc.
|
inline |
Definition at line 41 of file log_multi.cc.
|
inline |
|
inline |
|
inline |
| double node_pred::Ehk |
Definition at line 19 of file log_multi.cc.
Referenced by save_load_tree().
| uint32_t node_pred::label |
Definition at line 22 of file log_multi.cc.
Referenced by operator<(), operator==(), operator>(), and save_load_tree().
| uint32_t node_pred::label_count |
Definition at line 23 of file log_multi.cc.
Referenced by save_load_tree().
| uint32_t node_pred::nk |
Definition at line 21 of file log_multi.cc.
Referenced by save_load_tree().
| float node_pred::norm_Ehk |
Definition at line 20 of file log_multi.cc.
Referenced by save_load_tree().
1.8.13