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

Method getPhi

src/python/handler/py_DT.cpp:105–109  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103}
104
105std::vector<float> DTModelObject::getPhi(size_t timepoint, size_t topicId) const
106{
107 auto* inst = getInst<tomoto::IDTModel>();
108 return inst->getPhi(topicId, timepoint);
109}
110
111std::vector<std::pair<std::string, float>> DTModelObject::getTopicWords(size_t topicId, size_t timepoint, size_t topN) const
112{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected