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