Research Article

Online Manifold Regularization by Dual Ascending Procedure

Algorithm 1

A template online manifold regularization algorithm for semi-supervised binary classification. Based on dual ascending procedure, this template algorithm aims for an increment of the dual function on each round.
INPUT: two positive scalars: and ; edge weights .
INITIALIZE: a coefficient vector and its associated decision boundary vector .
PROCESS: For
     Receive an example ,
     Choose a new coefficient vector that satisfies ,
     Return a new associated boundary vector in (18),
     If , predict .