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