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

Method convertMisc

src/python/handler/py_MGLDA.cpp:8–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

6using namespace std;
7
8tomoto::RawDoc::MiscType MGLDAModelObject::convertMisc(const tomoto::RawDoc::MiscType& o) const
9{
10 tomoto::RawDoc::MiscType ret;
11 ret["delimiter"] = getValueFromMiscDefault<string>("delimiter", o, "`MGLDAModel` requires a `delimiter` value in `str` type.", ".");
12 return ret;
13}
14
15MGLDAModelObject::MGLDAModelObject(size_t tw, size_t minCnt, size_t minDf, size_t rmTop,
16 size_t k, size_t kL, size_t t, float alpha, float alphaL, float alphaMG, float alphaML,

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected