Skip to main content
. Author manuscript; available in PMC: 2014 Oct 9.
Published in final edited form as: KDD. 2012;2012:1095–1103. doi: 10.1145/2339530.2339702

Algorithm 1.

Proximal operator associated with the Convex Fused Sparse Group Lasso (cFSGL)

Input: V ∈ ℝd×t, R ∈ ℝt−1×t, λ1, λ2, λ3
Output: W ∈ ℝd×t
  1: for i = 1 : d do
  2:
ui=arg minw12wvi22+λ1w1+λ2Rw1
  3:
wi=arg minw12wui22+λ3w2
  4: end for