15 #ifndef _VW_EXAMPLE_H__
16 #define _VW_EXAMPLE_H__
115 #endif // _VW_EXAMPLE_H__
uint32_t weight_index
Hashed index in weight vector.
uint32_t vw_size_t
vw_size_t typedef to work across platforms
vw_size_t num_features
Number of features.
float32_t total_sum_feat_sq
Total sum of square of features.
float64_t sum_feat_sq[256]
Sum of square of features.
v_array< vw_size_t > indices
Array of namespaces.
Class VwLabel holds a label object used by VW.
float32_t final_prediction
Final prediction.
vw_size_t example_counter
Example counter.
bool sorted
Whether features are sorted by weight index.
float32_t example_t
t value for this example
float32_t global_weight
Global weight.
float32_t x
Feature value.
all of classes and functions are contained in the shogun namespace
VwLabel * ld
Label object.
float32_t eta_round
Learning rate for this round.
bool operator==(VwFeature j)
v_array< VwFeature > atomics[256]
Array of features.