blei-lab / hdp

Hierarchical Dirichlet processes. Topic models where the data determine the number of topics. This implements Gibbs sampling.
GNU General Public License v2.0
150 stars 47 forks source link

add include statement #5

Closed imk1 closed 7 years ago

imk1 commented 7 years ago

I added #include <cstddef> to corpus.h, which enabled the installation to work.

imk1 commented 7 years ago

This fixes https://github.com/blei-lab/hdp/issues/4

jaanli commented 7 years ago

Thank you! :)