Vowpal Wabbit
|
defines a "range" usable by C++ 11 for loops More...
#include <feature_group.h>
Public Member Functions | |
features_value_index_audit_range (features *outer) | |
iterator_all | begin () |
iterator_all | end () |
Private Attributes | |
features * | _outer |
defines a "range" usable by C++ 11 for loops
Definition at line 254 of file feature_group.h.
|
inline |
Definition at line 260 of file feature_group.h.
|
inline |
Definition at line 262 of file feature_group.h.
References v_array< T >::begin(), features::indicies, features::space_names, and features::values.
Referenced by INTERACTIONS::generate_interactions(), and unique_features().
|
inline |
Definition at line 266 of file feature_group.h.
References v_array< T >::end(), features::indicies, features::space_names, and features::values.
Referenced by INTERACTIONS::generate_interactions(), and unique_features().
|
private |
Definition at line 257 of file feature_group.h.