pyeeg.features.FeatureReducer.get_n_components

FeatureReducer.get_n_components() int | None

Return the number of retained components.

Returns:

n_components – Number of components retained after fit(), or None if not fitted.

Return type:

int or None