ramanspy.analysis.decompose.ICA
- class ramanspy.analysis.decompose.ICA(*, n_components, **kwargs)[source]
Independent component analysis (ICA).
- Parameters:
n_components (int) – The number of components.
**kwargs – Check original implementation for additional parameters.
Note
Implementation and documentation based on`scikit-learn <https://scikit-learn.org>`_.
Methods
__init__(*, n_components, **kwargs)apply(raman_objects)Applies the defined analysis method on the Raman spectroscopic objects provided.