| 388 | } |
| 389 | |
| 390 | std::vector<size_t> getCountByTopic() const override |
| 391 | { |
| 392 | return static_cast<const DerivedClass*>(this)->_getTopicsCount(); |
| 393 | } |
| 394 | |
| 395 | std::vector<Float> _getTopicsByDoc(const _DocType& doc) const |
| 396 | { |
nothing calls this directly
no test coverage detected