Skip to content

Hold data structures in a std::map for more flexibility

Dr. Michael Fieseler requested to merge maps_for_data_structures into master

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

Merge request reports