Algorithm 1: The UWUSRank Algorithm |
Input: Dynamic User Interaction Network Output: UWUSRank for each user //Calculate the user’s own influence for all in do Compute using Equation (5) Compute using Equation (6) Compute using Equation (7) Initialize the influence value of each user as end for //Calculate user influence considering the user’s own influence and Interaction behavior for to do while E Compute using Equation (9) Compute using Equation (4) if converged() then break end if end while for all in do //Calculate the similarity between user interest and the topic content //Calculate the UWUSRank value return for each user |