pyeeg.features.FeatureReducer.get_components

FeatureReducer.get_components() ndarray | None

Return the fitted components.

Returns:

components – 2D array of shape (n_components, n_features) with the retained components (each row is a component), or None if not fitted or no components are available (e.g. method='none').

Return type:

ndarray or None