Skip to main content
. Author manuscript; available in PMC: 2019 Apr 1.
Published in final edited form as: Proc IEEE Inst Electr Electron Eng. 2018 Feb 6;106(4):690–707. doi: 10.1109/JPROC.2017.2789319

Algorithm 1.

ACC Training

Initialization:
Randomly assign positive class sample i to cluster l(i), for i ∈ {1, …, N+} and l(i) ∈ {1, …, L}.
repeat
  Classification Step:
  Train an SLSVM classifier for each cluster of positive samples combined with all negative samples. Each classifier is the outcome of a quadratic optimization problem (cf. (11)) and provides a hyperplane perpendicular to βl and a corresponding optimal objective value Ol.
  Re-clustering Step:
  Re-cluster the positive samples based on the classifiers βl and update the l(i)’s.
until no l(i) is changed or ΣlOl is not decreasing.