MCPcopy Create free account
hub / github.com/bab2min/tomotopy / makeMisc

Method makeMisc

src/TopicModel/SLDA.h:13–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11 std::vector<Float> y;
12
13 RawDoc::MiscType makeMisc(const ITopicModel* tm) const override
14 {
15 RawDoc::MiscType ret = DocumentLDA<_tw>::makeMisc(tm);
16 ret["y"] = y;
17 return ret;
18 }
19
20 DECLARE_SERIALIZER_WITH_VERSION(0);
21 DECLARE_SERIALIZER_WITH_VERSION(1);

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected