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

Method getCountByTopics

src/python/handler/py_LDA.cpp:493–497  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

491}
492
493std::vector<uint64_t> LDAModelObject::getCountByTopics() const
494{
495 auto* inst = getInst<tomoto::ILDAModel>();
496 return inst->getCountByTopic();
497}
498
499std::vector<float> LDAModelObject::getAlpha() const
500{

Callers

nothing calls this directly

Calls 1

getCountByTopicMethod · 0.45

Tested by

no test coverage detected