Research Article

Preference Mining Using Neighborhood Rough Set Model on Two Universes

Algorithm 1

Preference rules mining.
Input , , ,
Output All rules satisfying given constraints
find all user neighborhood granules where
find all item neighborhood granules where
for each in
 for each in
  if
   output rule
  end if
 end for
end for