Vowpal Wabbit
Public Member Functions | Public Attributes | List of all members
active Struct Reference

#include <active.h>

Public Member Functions

 active (float active_c0, shared_data *shared_data, std::shared_ptr< VW::rand_state > random_state, VW::version_struct model_version)
 

Public Attributes

float active_c0
 
shared_data_shared_data
 
std::shared_ptr< VW::rand_state_random_state
 
float _min_seen_label = 0.f
 
float _max_seen_label = 1.f
 
VW::version_struct _model_version
 

Constructor & Destructor Documentation

◆ active()

active::active ( float  active_c0,
shared_data shared_data,
std::shared_ptr< VW::rand_state random_state,
VW::version_struct  model_version 
)
inline

Member Data Documentation

◆ _max_seen_label

float active::_max_seen_label = 1.f

◆ _min_seen_label

float active::_min_seen_label = 0.f

◆ _model_version

VW::version_struct active::_model_version

◆ _random_state

std::shared_ptr<VW::rand_state> active::_random_state

◆ _shared_data

shared_data* active::_shared_data

◆ active_c0

float active::active_c0

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