Vowpal Wabbit
Loading...
Searching...
No Matches
Public Attributes | List of all members
VW::details::initial_weights_config Class Reference

#include <global_data.h>

Public Attributes

uint32_t num_bits
 
size_t normalized_idx
 
std::vector< std::string > initial_regressors
 
float initial_weight
 
bool random_weights
 
bool random_positive_weights
 
bool normal_weights
 
bool tnormal_weights
 
std::string per_feature_regularizer_input
 

Member Data Documentation

◆ initial_regressors

std::vector<std::string> VW::details::initial_weights_config::initial_regressors

◆ initial_weight

float VW::details::initial_weights_config::initial_weight

◆ normal_weights

bool VW::details::initial_weights_config::normal_weights

◆ normalized_idx

size_t VW::details::initial_weights_config::normalized_idx

◆ num_bits

uint32_t VW::details::initial_weights_config::num_bits

◆ per_feature_regularizer_input

std::string VW::details::initial_weights_config::per_feature_regularizer_input

◆ random_positive_weights

bool VW::details::initial_weights_config::random_positive_weights

◆ random_weights

bool VW::details::initial_weights_config::random_weights

◆ tnormal_weights

bool VW::details::initial_weights_config::tnormal_weights

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