GibbsLDA model.h分析
头文件
其他的头文件都分析完了,也没什么可以看的了,就是两个头文件,分别是constants.h 和 dataset.h.
constants.h就是对于常数的设置,而dataset.h就是数据集合的一个设置。
变量
// fixed options
string wordmapfile; // file that contains word map [string -> integer id]
string trainlogfile; // training log file
string tassign_suffix; // suffix for topic assignment file
string theta_suffix; // suffix for theta file
string phi_suffix; // suffix for phi file
string others_suffix; // suffix for file containing other parameters
string twords_suffix; // suffix for file containing words-per-topics
string dir; // model directory
string dfile; // data file
string model_name; // model name
int model_status; // model status:
// MODEL_STATUS_UNKNOWN: unknown status
// MODEL_STATUS_EST: estimating from scratch
// MODEL_STATUS_ESTC: continue to estimate the model f