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

Method convertMisc

src/python/handler/py_LDA.cpp:26–29  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

24}
25
26tomoto::RawDoc::MiscType LDAModelObject::convertMisc(const tomoto::RawDoc::MiscType& o) const
27{
28 return {};
29}
30
31std::vector<size_t> LDAModelObject::insertCorpus(PyObject* corpusObj, PyObject* transform)
32{

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected