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

Method copy

mne/preprocessing/ica.py:2461–2469  ·  view source on GitHub ↗

Copy the ICA object. Returns ------- ica : instance of ICA The copied object.

(self)

Source from the content-addressed store, hash-verified

2459 return self
2460
2461 def copy(self):
2462 """Copy the ICA object.
2463
2464 Returns
2465 -------
2466 ica : instance of ICA
2467 The copied object.
2468 """
2469 return deepcopy(self)
2470
2471 @copy_function_doc_to_method_doc(plot_ica_components)
2472 def plot_components(

Callers 15

test_ica_additionalFunction · 0.95
_sources_as_rawMethod · 0.45
_sources_as_epochsMethod · 0.45
_sources_as_evokedMethod · 0.45
_sort_componentsFunction · 0.45
corrmapFunction · 0.45
apply_pca_obsFunction · 0.45
regress_artifactFunction · 0.45

Calls

no outgoing calls

Tested by 1

test_ica_additionalFunction · 0.76