Algorithm 1.
I: input: Data samples . |
II: output: Cluster assignment . |
III: Construct connectivity structure . |
IV: Precompute . |
V: Initialize . |
VI: while or < maxiterations do |
VII: Update using Eq. 5 and using Eq. 8. |
VIII: Update using Eq. 7. |
IX: Every four iterations, update , . |
X: Construct graph with if . |
XI: Output clusters given by the connected components of . |