| 8 | TMT_INSTANTIATE_DOC(DocumentHDP); |
| 9 | |
| 10 | std::unique_ptr<IHDPModel> IHDPModel::create(TermWeight _weight, const HDPArgs& args, bool scalarRng) |
| 11 | { |
| 12 | TMT_SWITCH_TW(_weight, scalarRng, HDPModel, args); |
| 13 | } |
| 14 | } |
nothing calls this directly
no outgoing calls
no test coverage detected