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

Public Attributes

const char * name
 
unsigned char * model
 
unsigned int model_len
 
std::set< size_t > undetectable_offsets
 
PredictParamWeightType weight_type
 

Detailed Description

Definition at line 293 of file ut_vw.cc.

Member Data Documentation

◆ model

unsigned char* InvalidModelParam::model

Definition at line 296 of file ut_vw.cc.

◆ model_len

unsigned int InvalidModelParam::model_len

Definition at line 297 of file ut_vw.cc.

◆ name

const char* InvalidModelParam::name

Definition at line 295 of file ut_vw.cc.

Referenced by operator<<().

◆ undetectable_offsets

std::set<size_t> InvalidModelParam::undetectable_offsets

Definition at line 298 of file ut_vw.cc.

◆ weight_type

PredictParamWeightType InvalidModelParam::weight_type

Definition at line 299 of file ut_vw.cc.


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