# lda **Repository Path**: erjii/lda ## Basic Information - **Project Name**: lda - **Description**: LDA(潜在狄利克雷分布)主题模型的C++语言实现 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-05-10 - **Last Updated**: 2023-11-19 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 说明 mac平台,中文编码. 输入是文档-词号矩阵,每一行是一个文档,由若干词号构成(提前编号词号). 输入文档主题矩阵可以接着后面训练.