pyeeg.models.TRFEstimator.select_best_coefs

TRFEstimator.select_best_coefs(best_index, in_place=False)

This method can be used to select the best set of coefficients when the TRF model has been trained with several regularisation parmaters.

Parameters:
  • best_index (int) – Index of best model (w.r.t alpha array/list).

  • in_place (bool) – Whether to operate in-place (default to False).

Return type:

TRFEstimator instance