Skip to main content
. 2020 Aug 6;10(8):565. doi: 10.3390/diagnostics10080565
Algorithm 1 Proposed feature selection method using CML-ELM.
Input: ηi, ηi{η1,η2, η3,, ηi}
Output:Sw(i), Sw(i){Sw(1), Sw(2),, Sw(i)}
Start
Step 1: Parameters Initialization
          Sw(1)=ηi, i=0,1,2,3,n
               α1=0
               α0=1
               LR=LR0
Step 2: Fori=1to K
do
              bi=αi21αi1
        Ai=Sw(i)+bi(Sw(i)Sw(i1))
Step 3: UpdateSw(i+1)
Step 4: Find the minimum value ofLRamong(LR(i1),
2LR(i1),3LR(i1),…)
:-f(Sw(i))g(LRi, Ui)Sw(i+1)
Step 5: Passed computed LR values in ELM classifier
Step 6: Find MSER for ELM classifier
Step 7: If MSER0.1
UpdateLRi+1
Step 8:αi+1=1+1+4i22
End For
End