#include "SLDAModel.hpp" namespace tomoto { /*template class SLDAModel; template class SLDAModel; template class SLDAModel;*/ ISLDAModel* ISLDAModel::create(TermWeight _weight, size_t _K, const std::vector& vars, Float _alpha, Float _eta, const std::vector& _mu, const std::vector& _nuSq, const std::vector& _glmParam, size_t seed, bool scalarRng) { TMT_SWITCH_TW(_weight, scalarRng, SLDAModel, _K, vars, _alpha, _eta, _mu, _nuSq, _glmParam, seed); } }