pyeeg.models.TRFEstimator.save

TRFEstimator.save(filename)

Save the current trf object to file. Format used is Numpy’s binary npz.

Parameters:

filename (str) – Full path name.

Return type:

None.

Raises:

AssertionError – if trf is empty (not fitted).: