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

Public Attributes

vwall
 
bool lrindices [256]
 
size_t orig_size [256]
 
std::set< std::string > lrpairs
 
bool dropout
 
uint64_t seed
 
uint64_t initial_seed
 

Detailed Description

Definition at line 11 of file lrq.cc.

Member Data Documentation

◆ all

vw* LRQstate::all

Definition at line 13 of file lrq.cc.

Referenced by predict_or_learn(), and reset_seed().

◆ dropout

bool LRQstate::dropout

Definition at line 17 of file lrq.cc.

Referenced by predict_or_learn().

◆ initial_seed

uint64_t LRQstate::initial_seed

Definition at line 19 of file lrq.cc.

Referenced by reset_seed().

◆ lrindices

bool LRQstate::lrindices[256]

Definition at line 14 of file lrq.cc.

Referenced by predict_or_learn().

◆ lrpairs

std::set<std::string> LRQstate::lrpairs

Definition at line 16 of file lrq.cc.

Referenced by predict_or_learn().

◆ orig_size

size_t LRQstate::orig_size[256]

Definition at line 15 of file lrq.cc.

Referenced by predict_or_learn().

◆ seed

uint64_t LRQstate::seed

Definition at line 18 of file lrq.cc.

Referenced by predict_or_learn(), and reset_seed().


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