File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments