jku-vds-lab / paradime

A framework for parametric dimensionality reduction
MIT License
9 stars 3 forks source link

Implement `__repr__` for all classes #24

Closed einbandi closed 2 years ago

einbandi commented 2 years ago

Implement __repr__ for all classes and __str__ where applicable.

Relevant SE post.

For RelationData subclasses, __repr__ should probably just wrap around the data's representation. Losses and transforms could use the constructor-like syntax mentioned in the post above.