Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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_load
Function · 0.45
test_scaler
Function · 0.45
test_filterestimator
Function · 0.45
test_psdestimator
Function · 0.45
test_csp
Function · 0.45
test_regularized_csp
Function · 0.45
test_io_roundtrip
Function · 0.45
test_picks_arg
Function · 0.45
test_ssd_save_load
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected