SHOGUN
4.1.0
|
Go to the source code of this file.
Functions | |
float32_t | real_weight (float32_t w, float32_t gravity) |
float32_t | sd_offset_add (float32_t *weights, vw_size_t mask, VwFeature *begin, VwFeature *end, vw_size_t offset) |
float32_t | sd_offset_truncadd (float32_t *weights, vw_size_t mask, VwFeature *begin, VwFeature *end, vw_size_t offset, float32_t gravity) |
float32_t | one_pf_quad_predict (float32_t *weights, VwFeature &f, v_array< VwFeature > &cross_features, vw_size_t mask) |
float32_t | one_pf_quad_predict_trunc (float32_t *weights, VwFeature &f, v_array< VwFeature > &cross_features, vw_size_t mask, float32_t gravity) |