Skip to main content
. 2023 Feb 7;23(4):1874. doi: 10.3390/s23041874
Algorithm 3 Experiments For Hyperparameter Selection
  • results[]

  • for final_prec in 0.6, …, 0.95 do

  •     for f in 0.1, …, 0.5 do

  •         newset_prec select the des_feat_num of number of features from the original set with final_prec and f

  •         results.append( newset_prec, newset_psovft)

  • find the best performance in results and take the corresponding hyperparameters