microsoft / LightLDA

Scalable, fast, and lightweight system for large-scale topic modeling
http://www.dmtk.io
MIT License
842 stars 235 forks source link

the code to save the topic-word distributin with file "server_0_table_0.model" is in which file?@feiga #52

Closed qinghua2016 closed 7 years ago

qinghua2016 commented 7 years ago

The model file is saved in the file multiverso/src/multiverso/server.cpp with the function DumpModel() of line 408.

feiga commented 7 years ago

See https://github.com/Microsoft/Multiverso/blob/9ed99cd2d3080a8683d1c511de5927e2b7274438/src/multiverso/server.cpp#L410