Skip to main content
. Author manuscript; available in PMC: 2019 Jun 1.
Published in final edited form as: IEEE Trans Big Data. 2017 Jan 16;4(2):289–298. doi: 10.1109/TBDATA.2017.2653815

Algorithm 1(b).

Algorithm for Updating fx

Input: Projections X′, α and β, error bound ε, maximum iteration number mmax, SEPP(0) → ∞
Output: SEPP(m+1) and fx(m+1)
1: for m = 0 to mmax do
2:   fx(m+1) = fx(m)τ · Δ(m)
3:   SEPP(m+1) = SEPP (α, β, fx(m+1))
4:   if |SEPP(m+1)SEPP(m)| ≤ ε then
5:     break
6:   end if
7: end for