| 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); |
nothing calls this directly
no outgoing calls
no test coverage detected