Hi, David. How can I understand ``` # Get new topic. topic_distribution = (self.topic_word_counts[:, w_index] + beta) * \ (self.document_topic_counts[d_index] + alpha) / \ (self.topic_counts + beta) # changed by hitalex ``` .Thank you.