| 483 | GETTER(Gamma, Float, gamma); |
| 484 | |
| 485 | bool isLiveTopic(Tid tid) const override |
| 486 | { |
| 487 | return this->globalState.numTableByTopic[tid]; |
| 488 | } |
| 489 | |
| 490 | void setWordPrior(const std::string& word, const std::vector<Float>& priors) override |
| 491 | { |
nothing calls this directly
no outgoing calls
no test coverage detected