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

#include <example.h>

Public Attributes

polylabel l
 
size_t tag_len
 
char * tag
 
size_t example_counter
 
uint64_t ft_offset
 
float global_weight
 
size_t num_features
 
float total_sum_feat_sq
 
features fs
 

Detailed Description

Definition at line 84 of file example.h.

Member Data Documentation

◆ example_counter

size_t flat_example::example_counter

Definition at line 91 of file example.h.

Referenced by flatten_example(), and train().

◆ fs

features flat_example::fs

◆ ft_offset

uint64_t flat_example::ft_offset

Definition at line 92 of file example.h.

Referenced by flatten_example().

◆ global_weight

float flat_example::global_weight

Definition at line 93 of file example.h.

◆ l

polylabel flat_example::l

Definition at line 86 of file example.h.

Referenced by flatten_example(), train(), and update().

◆ num_features

size_t flat_example::num_features

Definition at line 95 of file example.h.

Referenced by flatten_example().

◆ tag

char* flat_example::tag

Definition at line 89 of file example.h.

Referenced by flatten_example(), and free_flatten_example().

◆ tag_len

size_t flat_example::tag_len

Definition at line 88 of file example.h.

Referenced by flatten_example(), and free_flatten_example().

◆ total_sum_feat_sq

float flat_example::total_sum_feat_sq

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