Sha256: efd70c4de271ba5839eaf84bee5374d2635118c3644c4fea7abf4e16df0b4d71

Contents?: true

Size: 194 Bytes

Versions: 9

Compression:

Stored size: 194 Bytes

Contents

#include "HDPModel.hpp"

namespace tomoto
{
    IHDPModel* IHDPModel::create(TermWeight _weight, const HDPArgs& args, bool scalarRng)
	{
		TMT_SWITCH_TW(_weight, scalarRng, HDPModel, args);
	}
}

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
tomoto-0.4.0 vendor/tomotopy/src/TopicModel/HDPModel.cpp
tomoto-0.3.3 vendor/tomotopy/src/TopicModel/HDPModel.cpp
tomoto-0.3.2 vendor/tomotopy/src/TopicModel/HDPModel.cpp
tomoto-0.3.1 vendor/tomotopy/src/TopicModel/HDPModel.cpp
tomoto-0.3.0 vendor/tomotopy/src/TopicModel/HDPModel.cpp
tomoto-0.2.3 vendor/tomotopy/src/TopicModel/HDPModel.cpp
tomoto-0.2.2 vendor/tomotopy/src/TopicModel/HDPModel.cpp
tomoto-0.2.1 vendor/tomotopy/src/TopicModel/HDPModel.cpp
tomoto-0.2.0 vendor/tomotopy/src/TopicModel/HDPModel.cpp