MCPcopy Index your code
hub / github.com/mne-tools/mne-python / fit

Method fit

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

Source from the content-addressed store, hash-verified

130
131 class Clf(BaseEstimator):
132 def fit(self, X, y):
133 return self
134
135 class NoInv(TransformerMixin):
136 def fit(self, X, y):

Callers 15

test_vectorizerFunction · 0.45
test_cspFunction · 0.45
test_regularized_cspFunction · 0.45
test_io_roundtripFunction · 0.45
test_ged_binary_covFunction · 0.45
test_ged_multicovFunction · 0.45
test_get_coefFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected