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

Class Clf

mne/decoding/tests/test_base.py:131–133  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

129 assert TransformerMixin is sklearn_TransformerMixin
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 1

test_get_coefFunction · 0.85

Calls

no outgoing calls

Tested by 1

test_get_coefFunction · 0.68