Vowpal Wabbit
|
#include <multiclass.h>
Public Member Functions | |
label_t () | |
label_t (uint32_t label, float weight) | |
void | reset_to_default () |
Public Attributes | |
uint32_t | label |
float | weight |
MULTICLASS::label_t::label_t | ( | ) |
MULTICLASS::label_t::label_t | ( | uint32_t | label, |
float | weight | ||
) |
void MULTICLASS::label_t::reset_to_default | ( | ) |
uint32_t MULTICLASS::label_t::label |
float MULTICLASS::label_t::weight |