physioex.data.Identity#

class physioex.data.Identity[source]#

Bases: PreprocessingStep

Passthrough; does nothing.

__init__()#

Methods

__init__()

compile(fs_in)

Precompute any expensive state and return a callable specialized for fs_in.

spec()

Return canonical, hashable text repr.

compile(fs_in)[source]#

Precompute any expensive state and return a callable specialized for fs_in.

Parameters:

fs_in (float)

Return type:

CompiledStep

spec()[source]#

Return canonical, hashable text repr.

Format: ClassName(key1=val1,key2=val2,…) with sorted keys, floats normalized via f’{float(v):.10g}’.

Return type:

str