Skip to content
Snippets Groups Projects
Unverified Commit 55e7f2e6 authored by Trung-Hoang Le's avatar Trung-Hoang Le Committed by GitHub
Browse files

Update TriRank documentation (#619)

parent f8bbdf69
No related branches found
No related tags found
No related merge requests found
......@@ -69,12 +69,12 @@ class TriRank(Recommender):
R: csr_matrix, shape (n_users, n_items)
The symmetric normalized of edge weight matrix of user-item relation, optional initialization via init_params
X: csr_matrix, shape (n_users, n_aspects)
The symmetric normalized of edge weight matrix of user-aspect relation, optional initialization via init_params
Y: csr_matrix, shape (n_items, n_aspects)
X: csr_matrix, shape (n_items, n_aspects)
The symmetric normalized of edge weight matrix of item-aspect relation, optional initialization via init_params
Y: csr_matrix, shape (n_users, n_aspects)
The symmetric normalized of edge weight matrix of user-aspect relation, optional initialization via init_params
p: ndarray, shape (n_items,)
Initialized item weights, optional initialization via init_params
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment