Algorithm 2.
Input: positive samples , classifiers βl, current cluster assignment which assigns sample i to cluster l(i). | ||
for all i ∈ {1, …, N+} do | ||
for all l ∈ {1, …, L} do | ||
calculate the projection of positive sample i onto the classifier for cluster l using only elements in a feature set 𝒞: ; | ||
end for | ||
update cluster assignment of sample i from l(i) to
, subject to
| ||
end for |