Skip to main content
. 2023 Jun 30;15(13):3428. doi: 10.3390/cancers15133428
Algorithm A1 Normal representative keyset (NRK)
Input: The set of normal WSIs, HNormal={H1,H2,,HN}, and a similarity threshold σ0,1.
Step 1: for i=1,2,,N do
  • Set NRKi=DFI(Hi), where the module DFI is given in Algorithm A2.

  End (for)
Step 2: Set NRK=DFI(Ni=1NRKi)= {k1,k2,.,km}.
Output: NRK= {k1,k2,.,km}.