Skip to content

Commit

Permalink
matrix_topics_docs_ attr upd
Browse files Browse the repository at this point in the history
  • Loading branch information
maximtrp committed Jun 16, 2021
1 parent 1cf0c81 commit ea4748e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/bitermplus/_btm.pyx
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ cdef class BTM:
return np.asarray(self.p_zd)

@property
def matrix_docs_topics_(self) -> np.ndarray:
def matrix_topics_docs_(self) -> np.ndarray:
"""Topics vs documents probabilities matrix."""
return np.asarray(self.p_zd).T

Expand Down

0 comments on commit ea4748e

Please sign in to comment.