• ekka's avatar
    Add AffineTransformation (#793) · c88d7fb5
    ekka authored
    * Add Affinetransformation
    
    Add Affinetransformation to superseed LinearTransformation
    
    * Add test
    
    * Add zero mean_vector in LinearTransformation and improved docs
    
    * update
    
    * minor fix
    
    * minor fix2
    
    * fixed flake8
    
    * fix flake8
    
    * fixed transpose syntax
    
    * fixed shape of mean_vector in test
    
    * fixed test
    
    * print est cov and mean
    
    * fixed flake8
    
    * debug
    
    * reduce num_samples
    
    * debug
    
    * fixed num_features
    
    * fixed rtol for cov
    
    * fix __repr__
    
    * Update transforms.py
    
    * Update test_transforms.py
    
    * Update transforms.py
    
    * fix flake8
    
    * Update transforms.py
    
    * Update transforms.py
    
    * Update transforms.py
    
    * Update transforms.py
    
    * Changed dim of mean_vector to 1D, doc and removed .numpy () from format_string
    
    * Restore test_linear_transformation()
    
    * Update test_transforms.py
    c88d7fb5
test_transforms.py 53.4 KB