Vowpal Wabbit
|
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) |
using label_type_t = VW::label_type_t |