| 479 | } |
| 480 | |
| 481 | std::vector<double> LDAModelObject::getUsedVocabWeightedCf() const |
| 482 | { |
| 483 | auto* inst = getInst<tomoto::ILDAModel>(); |
| 484 | return inst->getVocabWeightedCf(); |
| 485 | } |
| 486 | |
| 487 | py::UniqueObj LDAModelObject::getUsedVocabDf() const |
| 488 | { |
nothing calls this directly
no test coverage detected