Vowpal Wabbit
|
Namespaces | |
namespace | VW |
namespace | VW::details |
Typedefs | |
using | VW::weight = float |
using | weight = VW::weight |
Variables | |
constexpr size_t | VW::NUM_NAMESPACES = 256 |
constexpr int | VW::details::QUADRATIC_CONSTANT = 27942141 |
constexpr int | VW::details::CUBIC_CONSTANT = 21791 |
constexpr int | VW::details::CUBIC_CONSTANT2 = 37663 |
constexpr int | VW::details::AFFIX_CONSTANT = 13903957 |
constexpr uint64_t | VW::details::CONSTANT = 11650396 |
constexpr float | VW::details::PROBABILITY_TOLERANCE = 1e-5f |
constexpr uint32_t | VW::details::FNV_PRIME = 16777619 |
constexpr unsigned char | VW::details::DEFAULT_NAMESPACE = 32 |
constexpr unsigned char | VW::details::WILDCARD_NAMESPACE = 58 |
constexpr unsigned char | VW::details::WAP_LDF_NAMESPACE = 126 |
constexpr unsigned char | VW::details::HISTORY_NAMESPACE = 127 |
constexpr unsigned char | VW::details::CONSTANT_NAMESPACE = 128 |
constexpr unsigned char | VW::details::NN_OUTPUT_NAMESPACE = 129 |
constexpr unsigned char | VW::details::AUTOLINK_NAMESPACE = 130 |
constexpr unsigned char | VW::details::NEIGHBOR_NAMESPACE |
constexpr unsigned char | VW::details::AFFIX_NAMESPACE = 132 |
constexpr unsigned char | VW::details::SPELLING_NAMESPACE = 133 |
constexpr unsigned char | VW::details::CONDITIONING_NAMESPACE = 134 |
constexpr unsigned char | VW::details::DICTIONARY_NAMESPACE = 135 |
constexpr unsigned char | VW::details::NODE_ID_NAMESPACE = 136 |
constexpr unsigned char | VW::details::BASELINE_ENABLED_MESSAGE_NAMESPACE = 137 |
constexpr unsigned char | VW::details::CCB_SLOT_NAMESPACE = 139 |
constexpr unsigned char | VW::details::CCB_ID_NAMESPACE = 140 |
constexpr unsigned char | VW::details::IGL_FEEDBACK_NAMESPACE = 141 |
constexpr const char * | VW::details::CCB_LABEL = "ccb" |
constexpr const char * | VW::details::SLATES_LABEL = "slates" |
constexpr const char * | VW::details::SHARED_TYPE = "shared" |
constexpr const char * | VW::details::ACTION_TYPE = "action" |
constexpr const char * | VW::details::SLOT_TYPE = "slot" |
constexpr const char * | VW::details::CA_LABEL = "ca" |
constexpr const char * | VW::details::PDF = "pdf" |
constexpr const char * | VW::details::CHOSEN_ACTION = "chosen_action" |
constexpr const char * | VW::details::GRAPH_FEEDBACK_TYPE = "graph" |
constexpr size_t | NUM_NAMESPACES = 256 |
using weight = VW::weight |
|
constexpr |