HITS-AIN / PINK

Parallelized rotation and flipping INvariant Kohonen maps
GNU General Public License v3.0
21 stars 11 forks source link

Replace outdated InputData by modern data structure #53

Open BerndDoser opened 4 years ago

BerndDoser commented 4 years ago

The InputData can only be constructed by the argument list, which makes it hard to use it for unit tests. Using a modern data structure opens the way to transmit a settings object instead of single settings, which would be much more maintainable.


Estimated time: 48 h