View full-text article in PMC Sensors (Basel). 2025 Oct 23;25(21):6530. doi: 10.3390/s25216530 Search in PMC Search in PubMed View in NLM Catalog Add to search Copyright and License information © 2025 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 4 ADT testing process 1:function Predict(xtest, k, m) 2: Run Tk with xtest(Xk,Vko) 3: for n∈Lk do 4: Find k′ with which Tk′ is connected to Tk,n 5: if k′ exists then 6: Xk′←Xk,n 7: Predict(xtest, k′, m+1) 8: else 9: ypred(Xk,n)←yk,n 10: end if 11: end for 12:end function 13:Predict(xtest, 0, 0)