Hold data structures in a std::map for more flexibility
Move existing data fields to a std::map in order to make modifications / combinations with other models easier.
- Move fields in DataProvider to std::map (DONE)
- Access to fields with generic getters & setters (DONE)
- Move preprocessing from DataProvider to the model (DONE)
Edited by Dr. Michael Fieseler