Skip to main content
. 2016 Jun 28;16(7):992. doi: 10.3390/s16070992
Algorithm 1 Application request aggregation procedure.
INPUT: γ,A,Isec,αnew
OUTPUT: updating-flag, new Isec if updating-flag = 1
Initialize: updating-flag = 0, x
Repeat
 x = aggregation(A,αnew)
if isNew(x,Isec) then
  Isec=x;
  updating-flag = 1
  return updating-flag;
end if
return updating-flag;
UNTIL there is no new application request