Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/mne-tools/mne-python
/ NoInv
Class
NoInv
mne/decoding/tests/test_base.py:135–140 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
133
return
self
134
135
class
NoInv(TransformerMixin):
136
def
fit(self, X, y):
137
return
self
138
139
def
transform(self, X):
140
return
X
141
142
class
Inv(NoInv):
143
def
inverse_transform(self, X):
Callers
1
test_get_coef
Function · 0.85
Calls
no outgoing calls
Tested by
1
test_get_coef
Function · 0.68