gensim.models.LdaModel.do_estep

LdaModel.do_estep(chunk, state=None)[source]

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