Skip to content
Snippets Groups Projects
Commit e4b7c4f5 authored by Martin Beseda's avatar Martin Beseda
Browse files

[FIX] Removed debugging-help variable from DataSet constructor.

parent 270d292f
No related branches found
No related tags found
No related merge requests found
......@@ -210,9 +210,7 @@ namespace lib4neuro {
find_min_out(*data_ptr),
find_max_out(*data_ptr),
-1,
1)) {
int a = 1;
}
1)) {}
DataSet::DataSet(const std::vector<std::pair<std::vector<double>, std::vector<double>>>* data_ptr,
const std::shared_ptr<NormalizationStrategy>& ns) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment