Unitize

class daart.transforms.Unitize[source]

Bases: Transform

Place each channel (mostly) in [0, 1].

Methods Summary

__call__(sample)

param sample:

input shape is (time, n_channels)

Methods Documentation

__call__(sample)[source]
Parameters:

sample (np.ndarray) – input shape is (time, n_channels)

Returns:

output shape is (time, n_channels)

Return type:

np.ndarray