amidst / toolbox

A Java Toolbox for Scalable Probabilistic Machine Learning
http://www.amidsttoolbox.com
Apache License 2.0
119 stars 35 forks source link

P(TopicIndicator) in LDA #96

Open shayantabrizi opened 6 years ago

shayantabrizi commented 6 years ago

When learning LDA model, the result of P(TopicIndicator) was always: a Multinomial [ 0.2, 0.2, 0.2, 0.2, 0.2 ]

Am I doing anything wrong?

andresmasegosa commented 6 years ago

Could you provide a piece of code showing what you tried