| 3 | namespace 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 | } |
nothing calls this directly
no outgoing calls
no test coverage detected