tests.test_data_transformation module

test_DataIdentity()[source]

Test whether the DataIdentity transformation does not change the data.

test_DataNormalizer()[source]

Test whether the DataNormalizer transformation normalizes the data to zero mean and unit variance.

test_DataPCA()[source]

Test whether the DataPCA transformation is able to run on data with different dimensions.