Research Article

Temporal Activity Path Based Character Correction in Heterogeneous Social Networks via Multimedia Sources

Algorithm 1

Candidate redundant vertices screening.
Input: social network
Output: candidate redundant vertices set H
(01)Initialize list
(02)for    to    do
(03)for    to    do
(04)if the name of ≠ the name of   then
(05)if    then
(06)add  ,   into H
(07)end if
(08)end if
(09)end for
(10)end for
(11)return H