Vowpal Wabbit
|
#include <ccb_label.h>
Public Member Functions | |
label ()=default | |
label (label &&other) noexcept | |
label & | operator= (label &&other) noexcept |
label (const label &other) | |
label & | operator= (const label &other) |
~label () | |
Public Attributes | |
example_type | type = CCB::example_type::unset |
conditional_contextual_bandit_outcome * | outcome = nullptr |
v_array< uint32_t > | explicit_included_actions |
float | weight = 0.f |
|
default |
|
inlinenoexcept |
|
inline |
|
inline |
v_array<uint32_t> CCB::label::explicit_included_actions |
conditional_contextual_bandit_outcome* CCB::label::outcome = nullptr |
example_type CCB::label::type = CCB::example_type::unset |
float CCB::label::weight = 0.f |