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

Namespaces

namespace  VW
 

Typedefs

using prediction_type_t = VW::prediction_type_t
 

Enumerations

enum class  VW::prediction_type_t : uint32_t {
  VW::SCALAR , VW::SCALARS , VW::ACTION_SCORES , VW::PDF ,
  VW::ACTION_PROBS , VW::MULTICLASS , VW::MULTILABELS , VW::PROB ,
  VW::MULTICLASS_PROBS , VW::DECISION_PROBS , VW::ACTION_PDF_VALUE , VW::ACTIVE_MULTICLASS ,
  VW::NOPRED , VW::scalar = SCALAR , VW::scalars = SCALARS , VW::action_scores = ACTION_SCORES ,
  VW::pdf = PDF , VW::action_probs = ACTION_PROBS , VW::multiclass = MULTICLASS , VW::multilabels = MULTILABELS ,
  VW::prob = PROB , VW::multiclassprobs = MULTICLASS_PROBS , VW::decision_probs = DECISION_PROBS , VW::action_pdf_value = ACTION_PDF_VALUE ,
  VW::active_multiclass = ACTIVE_MULTICLASS , VW::nopred = NOPRED
}
 

Functions

string_view VW::to_string (prediction_type_t)
 
VW::string_view to_string (VW::prediction_type_t prediction_type)
 

Typedef Documentation

◆ prediction_type_t

Function Documentation

◆ to_string()

VW::string_view to_string ( VW::prediction_type_t  prediction_type)
Deprecated:
"Global namespace to_string(VW::prediction_type_t) is deprecated. Use VW::to_string(VW::prediction_type_t)"