Sha256: e0fb8614d34227e3eb0022fa46bb9b2528d43d5609bec0ebe0fa1f160229da0b

Contents?: true

Size: 200 Bytes

Versions: 9

Compression:

Stored size: 200 Bytes

Contents

#include "GDMRModel.hpp"

namespace tomoto
{
    IGDMRModel* IGDMRModel::create(TermWeight _weight, const GDMRArgs& args, bool scalarRng)
	{
		TMT_SWITCH_TW(_weight, scalarRng, GDMRModel, args);
	}
}

Version data entries

9 entries across 9 versions & 1 rubygems

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