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

Method fit_transform

mne/decoding/transformer.py:109–110  ·  view source on GitHub ↗
(self, X, y=None)

Source from the content-addressed store, hash-verified

107 return X * self.std_
108
109 def fit_transform(self, X, y=None):
110 return self.fit(X, y).transform(X)
111
112
113def _sklearn_reshape_apply(func, return_result, X, *args, **kwargs):

Callers

nothing calls this directly

Calls 2

fitMethod · 0.95
transformMethod · 0.45

Tested by

no test coverage detected