Sha256: e56d1a9a9ce002ed34e2afc27a477b3e8c292dd9d0c3e1848e37b57c0923a394
Contents?: true
Size: 421 Bytes
Versions: 3
Compression:
Stored size: 421 Bytes
Contents
#include "DTModel.hpp" namespace tomoto { DEFINE_OUT_SERIALIZER_AFTER_BASE_WITH_VERSION(DocumentDTM, BaseDocument, 0, timepoint); DEFINE_OUT_TAGGED_SERIALIZER_AFTER_BASE_WITH_VERSION(DocumentDTM, BaseDocument, 1, 0x00010001, timepoint); TMT_INSTANTIATE_DOC(DocumentDTM); IDTModel* IDTModel::create(TermWeight _weight, const DTArgs& args, bool scalarRng) { TMT_SWITCH_TW(_weight, scalarRng, DTModel, args); } }
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
tomoto-0.5.1 | vendor/tomotopy/src/TopicModel/DTModel.cpp |
tomoto-0.5.0 | vendor/tomotopy/src/TopicModel/DTModel.cpp |
tomoto-0.4.1 | vendor/tomotopy/src/TopicModel/DTModel.cpp |