Skip to main content
. 2024 Feb 28;10:e1892. doi: 10.7717/peerj-cs.1892

Algorithm 2. The generation of topic features.

Input: Vua (User ua(1aN)cjh)
Output: Vcjh
a) Initialize V = [ Vcjh] matrix, V(0)
b) Calculate S = [ Sabβ] matrix, S(0) with Vua
c) k-step: calculate the vectors CTopic(k)=[] with S(k) by Formula (13) // Update the topic point CTopicbcjh
d) Update S(k),S(k+1) by Formula (12) // Update the correlation matrix
e) If S(k+1)s(k)<ε
f) Then stop
g) Else return to step c
h) Return Vcjh