tests.test_data_transformation module

test_AffineTransformation()[source]
test_DataIdentity()[source]

Test whether the DataIdentity transformation does not change the data.

test_DataNormalization()[source]

Test whether the DataNormalization 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.