Vowpal Wabbit
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
VW::reductions::igl::igl_data Class Reference

#include <interaction_ground.h>

Public Member Functions

 igl_data (bool predict_only_model)
 

Public Attributes

std::shared_ptr< VW::LEARNER::learnerik_learner = nullptr
 
VW::example ik_ex
 
VW::cb_class known_cost
 
std::vector< std::vector< VW::namespace_index > > interactions
 
std::vector< std::vector< VW::extent_term > > * extent_interactions
 
std::unique_ptr< VW::workspaceik_all
 
ftrlik_ftrl
 
std::unique_ptr< ftrlpi_ftrl
 

Constructor & Destructor Documentation

◆ igl_data()

VW::reductions::igl::igl_data::igl_data ( bool  predict_only_model)

Member Data Documentation

◆ extent_interactions

std::vector<std::vector<VW::extent_term> >* VW::reductions::igl::igl_data::extent_interactions

◆ ik_all

std::unique_ptr<VW::workspace> VW::reductions::igl::igl_data::ik_all

◆ ik_ex

VW::example VW::reductions::igl::igl_data::ik_ex

◆ ik_ftrl

ftrl* VW::reductions::igl::igl_data::ik_ftrl

◆ ik_learner

std::shared_ptr<VW::LEARNER::learner> VW::reductions::igl::igl_data::ik_learner = nullptr

◆ interactions

std::vector<std::vector<VW::namespace_index> > VW::reductions::igl::igl_data::interactions

◆ known_cost

VW::cb_class VW::reductions::igl::igl_data::known_cost

◆ pi_ftrl

std::unique_ptr<ftrl> VW::reductions::igl::igl_data::pi_ftrl

The documentation for this class was generated from the following file: