MCPcopy
hub / github.com/mne-tools/mne-python / transform

Method transform

mne/decoding/tests/test_base.py:139–140  ·  view source on GitHub ↗
(self, X)

Source from the content-addressed store, hash-verified

137 return self
138
139 def transform(self, X):
140 return X
141
142 class Inv(NoInv):
143 def inverse_transform(self, X):

Callers 9

test_xdawn_save_loadFunction · 0.45
test_scalerFunction · 0.45
test_filterestimatorFunction · 0.45
test_psdestimatorFunction · 0.45
test_cspFunction · 0.45
test_regularized_cspFunction · 0.45
test_io_roundtripFunction · 0.45
test_picks_argFunction · 0.45
test_ssd_save_loadFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected