Sha256: d777560d3d96a3729d6a193d76b4428bb8b6db2f33289194d37cd3723d0bd152

Contents?: true

Size: 195 Bytes

Versions: 9

Compression:

Stored size: 195 Bytes

Contents

#include "LLDAModel.hpp"

namespace tomoto
{
	ILLDAModel* ILLDAModel::create(TermWeight _weight, const LDAArgs& args, bool scalarRng)
	{
		TMT_SWITCH_TW(_weight, scalarRng, LLDAModel, args);
	}
}

Version data entries

9 entries across 9 versions & 1 rubygems

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