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

#include <global_data.h>

Public Attributes

std::string final_regressor_name
 
std::string text_regressor_name
 
std::string inv_hash_regressor_name
 
std::string json_weights_file_name
 
bool dump_json_weights_include_feature_names = false
 
bool dump_json_weights_include_extra_online_state = false
 
bool save_resume
 
bool preserve_performance_counters
 
bool save_per_pass
 
std::string per_feature_regularizer_output
 
std::string per_feature_regularizer_text
 

Member Data Documentation

◆ dump_json_weights_include_extra_online_state

bool VW::details::output_model_config::dump_json_weights_include_extra_online_state = false

◆ dump_json_weights_include_feature_names

bool VW::details::output_model_config::dump_json_weights_include_feature_names = false

◆ final_regressor_name

std::string VW::details::output_model_config::final_regressor_name

◆ inv_hash_regressor_name

std::string VW::details::output_model_config::inv_hash_regressor_name

◆ json_weights_file_name

std::string VW::details::output_model_config::json_weights_file_name

◆ per_feature_regularizer_output

std::string VW::details::output_model_config::per_feature_regularizer_output

◆ per_feature_regularizer_text

std::string VW::details::output_model_config::per_feature_regularizer_text

◆ preserve_performance_counters

bool VW::details::output_model_config::preserve_performance_counters

◆ save_per_pass

bool VW::details::output_model_config::save_per_pass

◆ save_resume

bool VW::details::output_model_config::save_resume

◆ text_regressor_name

std::string VW::details::output_model_config::text_regressor_name

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