Vowpal Wabbit
|
Public Member Functions | |
audit_results (vw &p_all, const size_t p_offset) | |
Public Attributes | |
vw & | all |
const uint64_t | offset |
std::vector< std::string > | ns_pre |
std::vector< string_value > | results |
|
inline |
vw& GD::audit_results::all |
Definition at line 201 of file gd.cc.
Referenced by GD::audit_feature().
std::vector<std::string> GD::audit_results::ns_pre |
Definition at line 203 of file gd.cc.
Referenced by GD::audit_feature(), and GD::audit_interaction().
const uint64_t GD::audit_results::offset |
Definition at line 202 of file gd.cc.
Referenced by GD::audit_feature().
std::vector<string_value> GD::audit_results::results |
Definition at line 204 of file gd.cc.
Referenced by GD::audit_feature(), and GD::print_features().