Vowpal Wabbit
|
#include <cost_sensitive.h>
Public Member Functions | |
bool | operator== (wclass j) |
Public Attributes | |
float | x |
uint32_t | class_index |
float | partial_prediction |
float | wap_value |
Definition at line 15 of file cost_sensitive.h.
|
inline |
uint32_t COST_SENSITIVE::wclass::class_index |
Definition at line 18 of file cost_sensitive.h.
Referenced by operator==(), COST_SENSITIVE::output_example(), COST_SENSITIVE::parse_label(), predict_or_learn(), Search::single_prediction_notLDF(), and Search::verify_active_csoaa().
float COST_SENSITIVE::wclass::partial_prediction |
Definition at line 19 of file cost_sensitive.h.
Referenced by COST_SENSITIVE::output_example(), and predict_or_learn().
float COST_SENSITIVE::wclass::wap_value |
Definition at line 20 of file cost_sensitive.h.
float COST_SENSITIVE::wclass::x |
Definition at line 17 of file cost_sensitive.h.
Referenced by CSOAA::cmp_wclass_ptr(), GEN_CS::gen_cs_example_dm(), GEN_CS::gen_cs_example_dr(), GEN_CS::gen_cs_example_ips(), GEN_CS::gen_cs_example_mtr(), GEN_CS::gen_cs_example_sm(), GEN_CS::gen_cs_label(), COST_SENSITIVE::parse_label(), predict_or_learn(), and Search::verify_active_csoaa().