Copy the ICA object. Returns ------- ica : instance of ICA The copied object.
(self)
| 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( |
no outgoing calls