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

Public Attributes

int N
 
float gamma
 
std::string alg
 
vwall
 
std::shared_ptr< rand_state_random_state
 
std::vector< std::vector< int64_t > > C
 
std::vector< float > alpha
 
std::vector< float > v
 
int t
 

Detailed Description

Definition at line 60 of file boosting.cc.

Member Data Documentation

◆ _random_state

std::shared_ptr<rand_state> boosting::_random_state

Definition at line 66 of file boosting.cc.

Referenced by predict_or_learn_adaptive().

◆ alg

std::string boosting::alg

Definition at line 64 of file boosting.cc.

◆ all

vw* boosting::all

Definition at line 65 of file boosting.cc.

Referenced by save_load(), and save_load_sampling().

◆ alpha

std::vector<float> boosting::alpha

◆ C

std::vector<std::vector<int64_t> > boosting::C

Definition at line 67 of file boosting.cc.

Referenced by predict_or_learn().

◆ gamma

float boosting::gamma

Definition at line 63 of file boosting.cc.

Referenced by predict_or_learn().

◆ N

int boosting::N

◆ t

int boosting::t

◆ v

std::vector<float> boosting::v

Definition at line 69 of file boosting.cc.

Referenced by predict_or_learn_adaptive(), and save_load_sampling().


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