MCPcopy Create free account
hub / github.com/bab2min/tomotopy / isLiveTopic

Method isLiveTopic

src/TopicModel/HDPModel.hpp:485–488  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected