Vowpal Wabbit
|
#include <feature_group.h>
Public Member Functions | |
feature ()=default | |
feature (float _x, uint64_t _index) | |
feature (const feature &)=default | |
feature & | operator= (const feature &)=default |
feature (feature &&) noexcept=default | |
feature & | operator= (feature &&) noexcept=default |
Public Attributes | |
float | x |
uint64_t | weight_index |
|
default |
|
inline |
|
default |
|
defaultnoexcept |
uint64_t feature::weight_index |
float feature::x |