20 num_features(0), pass(0),
21 final_prediction(0.), loss(0),
22 eta_round(0.), global_weight(0),
23 example_t(0), total_sum_feat_sq(1), sorted(false)
uint32_t vw_size_t
vw_size_t typedef to work across platforms
T * end
Pointer to last set element in the array.
T * begin
Pointer to first element of the array.
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.
float32_t example_t
t value for this example
float32_t global_weight
Global weight.
all of classes and functions are contained in the shogun namespace
VwLabel * ld
Label object.
float32_t eta_round
Learning rate for this round.
v_array< VwFeature > atomics[256]
Array of features.