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

Method create

src/TopicModel/MGLDAModel.cpp:10–13  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8 TMT_INSTANTIATE_DOC(DocumentMGLDA);
9
10 std::unique_ptr<IMGLDAModel> IMGLDAModel::create(TermWeight _weight, const MGLDAArgs& args, bool scalarRng)
11 {
12 TMT_SWITCH_TW(_weight, scalarRng, MGLDAModel, args);
13 }
14}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected