| 103 | } |
| 104 | |
| 105 | std::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 | |
| 111 | std::vector<std::pair<std::string, float>> DTModelObject::getTopicWords(size_t topicId, size_t timepoint, size_t topN) const |
| 112 | { |
nothing calls this directly
no outgoing calls
no test coverage detected