Skip to main content
. 2025 May 4;25(9):2908. doi: 10.3390/s25092908
Algorithm 1: The online optimization of our method at round t.
Input: the t-th data chunk with features X(t); information stored in our memory Vm(t); auxiliary variables C1(t1), C2(t1), and C3(t1); trade-off parameters; iteration number T.
Output: Projection matrix W(t).
Procedure:
   Randomly initialize all variables W(t), G(t), R(t), and V(t);
  for iter = 1,,T do
      Updating W(t) with (6);
      Updating G(t) with (8);
      Updating R(t) with (10);
      Updating V(t) with (12);
   end for
Return: auxiliary variables C1(t), C2(t), and C3(t); variables W(t), G(t), R(t), and V(t).