Vowpal Wabbit
Loading...
Searching...
No Matches
Namespaces | Typedefs | Enumerations | Functions
label_type.h File Reference
#include "vw/common/future_compat.h"
#include "vw/common/string_view.h"
#include <cstdint>

Namespaces

namespace  VW
 

Typedefs

using label_type_t = VW::label_type_t
 

Enumerations

enum class  VW::label_type_t : uint32_t {
  VW::SIMPLE , VW::CB , VW::CB_EVAL , VW::CB_WITH_OBSERVATIONS ,
  VW::CS , VW::MULTILABEL , VW::MULTICLASS , VW::CCB ,
  VW::SLATES , VW::NOLABEL , VW::CONTINUOUS , VW::simple = SIMPLE ,
  VW::cb = CB , VW::cb_eval = CB_EVAL , VW::cs = CS , VW::multilabel = MULTILABEL ,
  VW::multiclass = MULTICLASS , VW::ccb = CCB , VW::slates = SLATES , VW::nolabel = NOLABEL ,
  VW::continuous = CONTINUOUS
}
 

Functions

string_view VW::to_string (VW::label_type_t)
 

Typedef Documentation

◆ label_type_t