Research Article

Extracting Backbones from Weighted Complex Networks with Incomplete Information

Algorithm 1

BEHwII algorithm.
(1)    procedure BEHwII(
(2)  ;
(3)   ;
(4)   , where ;
(5)   while    do
(6)    Get the minimal from ;
(7)   if    then
(8)     ;
(9)   end if
(10) ;
(11)   if    then
(12)  ;
(13)  ;
(14)  ;
(15)  end if
(16)  if    then
(17)   break;
(18) end if
(19) end while
(20)    return;
(21) end procedure