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

Method getZFromLDA

src/python/handler/py_LDA.cpp:613–619  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

611}
612
613py::UniqueObj DocumentObject::getZFromLDA() const
614{
615 return docVisit<tomoto::DocumentLDA>(getBoundDoc(), [](auto* doc)
616 {
617 return buildPyValueReorder(doc->Zs, doc->wOrder, [](tomoto::Tid x) -> int16_t { return x; });
618 });
619}
620
621std::vector<float> DocumentObject::getCountVector() const
622{

Callers

nothing calls this directly

Calls 1

buildPyValueReorderFunction · 0.85

Tested by

no test coverage detected