MCPcopy Create free account
hub / github.com/bab2min/tomotopy / getUsedVocabWeightedCf

Method getUsedVocabWeightedCf

src/python/handler/py_LDA.cpp:481–485  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

getVocabWeightedCfMethod · 0.80

Tested by

no test coverage detected