Research Article

Measuring Semantic Relatedness between Flickr Images: From a Social Tag Based View

Algorithm 1

MaxRel.
Input: The tags set of two images and , which is and
Output: The semantic relatedness of two images and
  for each   /*page counts and position initial*/
;
;
  for each  
;
   ;
  for each  
for each  
if  ( )   ; /*pruning*/
else   ; /*relatedness*/
return   ;