Research Article

A Multiuser Identification Algorithm Based on Internet of Things

Algorithm 2

RFCA-SMM.

Input: To be matched account , Candidate matching
account , the set of accounts that have not been
matched in the social network M, the set of accounts that
have not been matched in the social network N
Output: The final match pairs set R
1: R=
2: Initialize unmatched queue
3: while and do
4:  if =NULL then
5:  =UserSelect(,)
6:  = UserMatch(,,)
7:  end if
8: (,)= Secondary confirmation (,,R)
9: end while
10: pruning process
11: return R