Closed georgeslabreche closed 3 years ago
Option A: create a ResultsWriter class. Option B: if a class is overkill then just implement a function in the Utils.hpp header file.
Utils.hpp
Make saving training data something that can be toggled from the properties file.
I went for simple functions in the Utils.hpp header file.
Option A: create a ResultsWriter class. Option B: if a class is overkill then just implement a function in the
Utils.hpp
header file.Make saving training data something that can be toggled from the properties file.