no_sparsifier#

Provides a Dummy-Sparsifier which removes no samples from a signal.

class NoSparsifier#

Bases: Sparsifier

A dummy sparsifier that just returns the incoming signal.

sparsify(signal: DataFrame) DataFrame#

Mocks to sparfify, but does not remove any sample.

Parameters:

signal – The signal to sparsify.

Returns:

The (not) sparsified signal.

Return type:

pd.DataFrame