| 780 | } |
| 781 | |
| 782 | std::vector<std::pair<Vid, Float>> getWidsByTopicSorted(size_t tid, size_t topN) const |
| 783 | { |
| 784 | return extractTopN<Vid>(static_cast<const _Derived*>(this)->_getWidsByTopic(tid, true), topN); |
| 785 | } |
| 786 | |
| 787 | std::vector<std::pair<std::string, Float>> vid2String(const std::vector<std::pair<Vid, Float>>& vids) const |
| 788 | { |
nothing calls this directly
no test coverage detected