Skip to main content
. 2021 Jan 26;21(3):823. doi: 10.3390/s21030823
Algorithm 2: THM Algorithm.
  Load hs;
  Load xT, yT;
  Inizialize fT(w,hS)
  Train fS(w,hS) with xT, yT;
  Test fT(wT,hS)
  Compute MAE, RMSE, CC;