Research Article

Preference Mining Using Neighborhood Rough Set Model on Two Universes

Algorithm 2

Recommendation method.
Input Test users, All rules
Output The recommendations for the test users
for each test users
 for each rule
  if is a neighbor of
   recommend for .
  end if
 end for
end for