ramanspy.analysis.decompose.PCA

class ramanspy.analysis.decompose.PCA(*, n_components, **kwargs)[source]

Principal component analysis (PCA).

Parameters:
  • n_components (int, float or 'mle') – The number of components.

  • **kwargs – See original implementation for additional parameters.

Note

Implementation and documentation based on`scikit-learn <https://scikit-learn.org>`_.

__init__(*, n_components, **kwargs)[source]

Methods

__init__(*, n_components, **kwargs)

apply(raman_objects)

Applies the defined analysis method on the Raman spectroscopic objects provided.