Vowpal Wabbit
Public Attributes | List of all members
ftrl Struct Reference

Public Attributes

vwall
 
float ftrl_alpha
 
float ftrl_beta
 
struct update_data data
 
size_t no_win_counter
 
size_t early_stop_thres
 
uint32_t ftrl_size
 
double total_weight
 

Detailed Description

Definition at line 31 of file ftrl.cc.

Member Data Documentation

◆ all

vw* ftrl::all

◆ data

struct update_data ftrl::data

◆ early_stop_thres

size_t ftrl::early_stop_thres

Definition at line 38 of file ftrl.cc.

Referenced by end_pass().

◆ ftrl_alpha

float ftrl::ftrl_alpha

Definition at line 34 of file ftrl.cc.

◆ ftrl_beta

float ftrl::ftrl_beta

Definition at line 35 of file ftrl.cc.

◆ ftrl_size

uint32_t ftrl::ftrl_size

Definition at line 39 of file ftrl.cc.

Referenced by save_load().

◆ no_win_counter

size_t ftrl::no_win_counter

Definition at line 37 of file ftrl.cc.

Referenced by end_pass().

◆ total_weight

double ftrl::total_weight

Definition at line 40 of file ftrl.cc.

Referenced by save_load(), and update_state_and_predict_cb().


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