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

Method getWordPrior

src/python/handler/py_LDA.cpp:271–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269}
270
271std::vector<tomoto::Float> LDAModelObject::getWordPrior(const std::string& word) const
272{
273 auto* inst = getInst<tomoto::ILDAModel>();
274 return inst->getWordPrior(word);
275}
276
277void LDAModelObject::train(size_t iteration, size_t workers, size_t ps, bool freezeTopics, size_t callbackInterval, PyObject* callback)
278{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected