gensim.models.LdaMulticore.do_estep

LdaMulticore.do_estep(chunk, state=None)

Perform inference on a chunk of documents, and accumulate the collected sufficient statistics in state (or self.state if None).