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

Method getDocs

src/python/handler/py_LDA.cpp:446–451  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

444}
445
446py::UniqueCObj<CorpusObject> LDAModelObject::getDocs() const
447{
448 auto* inst = getInst<tomoto::ILDAModel>();
449 auto ret = py::UniqueCObj<CorpusObject>{ (CorpusObject*)PyObject_CallFunctionObjArgs((PyObject*)py::Type<CorpusObject>, Py_None, getObject(), nullptr) };
450 return ret;
451}
452
453py::UniqueCObj<VocabObject> LDAModelObject::getVocabs() const
454{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected