Vowpal Wabbit
Loading...
Searching...
No Matches
Public Member Functions | Public Attributes | List of all members
VW::feature Class Reference

#include <feature_group.h>

Public Member Functions

 feature ()=default
 
 feature (float _x, uint64_t _index)
 
 feature (const feature &)=default
 
featureoperator= (const feature &)=default
 
 feature (feature &&)=default
 
featureoperator= (feature &&)=default
 

Public Attributes

float x
 
uint64_t weight_index
 

Constructor & Destructor Documentation

◆ feature() [1/4]

VW::feature::feature ( )
default

◆ feature() [2/4]

VW::feature::feature ( float  _x,
uint64_t  _index 
)
inline

◆ feature() [3/4]

VW::feature::feature ( const feature )
default

◆ feature() [4/4]

VW::feature::feature ( feature &&  )
default

Member Function Documentation

◆ operator=() [1/2]

feature & VW::feature::operator= ( const feature )
default

◆ operator=() [2/2]

feature & VW::feature::operator= ( feature &&  )
default

Member Data Documentation

◆ weight_index

uint64_t VW::feature::weight_index

◆ x

float VW::feature::x

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