View full-text article in PMC Sensors (Basel). 2023 Feb 8;23(4):1886. doi: 10.3390/s23041886 Search in PMC Search in PubMed View in NLM Catalog Add to search Copyright and License information © 2023 by the authors. Licensee MDPI, Basel, Switzerland. This article is an open access article distributed under the terms and conditions of the Creative Commons Attribution (CC BY) license (https://creativecommons.org/licenses/by/4.0/). PMC Copyright notice Algorithm 1 Prediction of IEF-CSNET. 1:PREDICT (Input: SD = Φ(X)) 2: for each i∈[1,NI] do 3: if i==1 then 4: CR1 = CIE1(SD) 5: IF1 = BCNN1(CR1) 6: else 7: CRi = IREi(IFi−1) 8: SSDi = S(CRi) 9: CFEIi = CIEi(SSDi-SD) 10: EEIi = ECCEi(CRi,EEI(i−1)∼2,CFEIi) 11: IFi′ = ESi( IFi−1, IEEi(EEIi)) 12: IFi = BCNNi(IFi′) 13: end if 14: end for 15: return IFNI