lejon / PartiallyCollapsedLDA

Implementations of various fast parallelized samplers for LDA, including Partially Collapsed LDA, Light LDA, Partially Collapsed Light LDA and a very efficient Polya-Urn LDA
26 stars 20 forks source link

Ths should be alpha*phi*psi I believe #7

Closed MansMeg closed 3 years ago

MansMeg commented 6 years ago

https://github.com/lejon/PartiallyCollapsedLDA/blob/7d3290d63d7fe308440e4194820cadfa991c3fad/src/main/java/cc/mallet/topics/PoissonPolyaUrnHDPLDA.java#L71

lejon commented 3 years ago

This is removed in cleanup, and that is in fact how it is calculated in that implementation