GibbsLDA model.h分析

本文分析了GibbsLDA模型头文件model.h,主要内容包括头文件如constants.h和dataset.h,变量如文档指针、id2word映射、模型参数等,以及涉及LDA参数设置、采样和计算的核心函数。重点讨论了estimate()函数用于Gibbs sampling和计算,以及inference相关操作。
摘要由CSDN通过智能技术生成

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
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值