#include <value.hh>
Classes | |
| struct | ProbingEntry |
| class | ProbingProxy |
| class | TrieUnigramProxy |
| struct | TrieUnigramValue |
Public Types | |
| typedef RestWeights | Weights |
Public Member Functions | |
| template<class Model , class C > | |
| void | Callback (const Config &config, unsigned int order, typename Model::Vocabulary &vocab, C &callback) |
Static Public Attributes | |
| static const ModelType | kProbingModelType = REST_PROBING |
| static const bool | kDifferentRest = true |
Definition at line 99 of file value.hh.
| void lm::ngram::RestValue::Callback | ( | const Config & | config, | |
| unsigned int | order, | |||
| typename Model::Vocabulary & | vocab, | |||
| C & | callback | |||
| ) | [inline] |
Definition at line 137 of file value.hh.
References lm::ngram::Config::rest_function, lm::ngram::Config::REST_LOWER, and lm::ngram::Config::REST_MAX.
const bool lm::ngram::RestValue::kDifferentRest = true [static] |
const ModelType lm::ngram::RestValue::kProbingModelType = REST_PROBING [static] |
1.5.9