|  | 
| VW::LEARNER::base_learner * | setup (VW::config::options_i &options, vw &all) | 
|  | 
| float | finalize_prediction (shared_data *sd, vw_logger &logger, float ret) | 
|  | 
| void | print_audit_features (vw &, example &ec) | 
|  | 
| void | save_load_regressor (vw &all, io_buf &model_file, bool read, bool text) | 
|  | 
| void | save_load_online_state (vw &all, io_buf &model_file, bool read, bool text, double &total_weight, GD::gd *g=nullptr, uint32_t ftrl_size=0) | 
|  | 
| template<class T > | 
| void | vec_add_multipredict (multipredict_info< T > &mp, const float fx, uint64_t fi) | 
|  | 
| template<class R , typename T > | 
| void | foreach_feature (vw &all, features &fs, R &dat, uint64_t offset=0, float mult=1.) | 
|  | 
| template<class R , class S , void(*)(R &, float, S) T> | 
| void | foreach_feature (vw &all, example &ec, R &dat) | 
|  | 
| template<class R , void(*)(R &, float, float &) T> | 
| void | foreach_feature (vw &all, example &ec, R &dat) | 
|  | 
| float | inline_predict (vw &all, example &ec) | 
|  | 
| float | sign (float w) | 
|  | 
| float | trunc_weight (const float w, const float gravity) | 
|  | 
| template<class R , void(*)(R &, float, uint64_t) T, class W > | 
| void | foreach_feature (W &, features &fs, R &dat, uint64_t offset=0, float mult=1.) | 
|  | 
| template<class R , void(*)(R &, const float, const float &) T, class W > | 
| void | foreach_feature (const W &weights, features &fs, R &dat, uint64_t offset=0, float mult=1.) | 
|  | 
| template<class R > | 
| void | dummy_func (R &, const audit_strings *) | 
|  | 
| template<class R , class S , void(*)(R &, float, S) T, class W > | 
| void | generate_interactions (std::vector< std::vector< namespace_index >> &interactions, bool permutations, example_predict &ec, R &dat, W &weights) | 
|  | 
| template<class R , class S , void(*)(R &, float, S) T, class W > | 
| void | foreach_feature (W &weights, bool ignore_some_linear, std::array< bool, NUM_NAMESPACES > &ignore_linear, std::vector< std::vector< namespace_index >> &interactions, bool permutations, example_predict &ec, R &dat) | 
|  | 
| void | vec_add (float &p, const float fx, const float &fw) | 
|  | 
| template<class W > | 
| float | inline_predict (W &weights, bool ignore_some_linear, std::array< bool, NUM_NAMESPACES > &ignore_linear, std::vector< std::vector< namespace_index >> &interactions, bool permutations, example_predict &ec, float initial=0.f) | 
|  |