Skip to content

Commit 55e7f2e

Browse files
authored
Update TriRank documentation (#619)
1 parent f8bbdf6 commit 55e7f2e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

cornac/models/trirank/recom_trirank.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -69,12 +69,12 @@ class TriRank(Recommender):
6969
R: csr_matrix, shape (n_users, n_items)
7070
The symmetric normalized of edge weight matrix of user-item relation, optional initialization via init_params
7171
72-
X: csr_matrix, shape (n_users, n_aspects)
73-
The symmetric normalized of edge weight matrix of user-aspect relation, optional initialization via init_params
74-
75-
Y: csr_matrix, shape (n_items, n_aspects)
72+
X: csr_matrix, shape (n_items, n_aspects)
7673
The symmetric normalized of edge weight matrix of item-aspect relation, optional initialization via init_params
7774
75+
Y: csr_matrix, shape (n_users, n_aspects)
76+
The symmetric normalized of edge weight matrix of user-aspect relation, optional initialization via init_params
77+
7878
p: ndarray, shape (n_items,)
7979
Initialized item weights, optional initialization via init_params
8080

0 commit comments

Comments
 (0)