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

Method create

src/TopicModel/PLDAModel.cpp:5–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

3namespace tomoto
4{
5 std::unique_ptr<IPLDAModel> IPLDAModel::create(TermWeight _weight, const PLDAArgs& args, bool scalarRng)
6 {
7 TMT_SWITCH_TW(_weight, scalarRng, PLDAModel, args);
8 }
9}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected