Vowpal Wabbit
|
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) |
VW::string_view to_string | ( | VW::prediction_type_t | prediction_type | ) |