Vowpal Wabbit
Public Attributes | Friends | List of all members
GD::string_value Struct Reference

Public Attributes

float v
 
std::string s
 

Friends

bool operator< (const string_value &first, const string_value &second)
 

Detailed Description

Definition at line 190 of file gd.cc.

Friends And Related Function Documentation

◆ operator<

bool operator< ( const string_value first,
const string_value second 
)
friend

Definition at line 197 of file gd.cc.

197 { return fabsf(first.v) > fabsf(second.v); }

Member Data Documentation

◆ s

std::string GD::string_value::s

Definition at line 193 of file gd.cc.

Referenced by GD::print_features().

◆ v

float GD::string_value::v

Definition at line 192 of file gd.cc.

Referenced by GD::operator<().


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