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

Class Inv

mne/decoding/tests/test_base.py:142–144  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

140 return X
141
142 class Inv(NoInv):
143 def inverse_transform(self, X):
144 return X
145
146 X, y, A = _make_data(n_samples=1000, n_features=3, n_targets=1)
147

Callers 1

test_get_coefFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_get_coefFunction · 0.68