Skip to main content
. 2021 May 13;21(10):3410. doi: 10.3390/s21103410
Algorithm 1 Selecting epsilon stable clusters from the hierarchy
  • 1.

    Initialize δ(.)=1 for all leaves

  • 2.
    Do bottom-up from all leaves (excluding the root):
    • 2.1.
      If ES(Ci)>0 or δCi=0, continue to next leaf
    • 2.2.
      Else if ES(Ci)=0 and ES(CPARENT(i))>0, set δPARENT(i)=1 and set δ(.)=0 for all nodes in CPARENT(i)’s subtree