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

ENH: Improved formatting of the code.

parent f0276ea5
No related branches found
No related tags found
No related merge requests found
...@@ -113,9 +113,9 @@ namespace lib4neuro { ...@@ -113,9 +113,9 @@ namespace lib4neuro {
//TODO instead use something smarter //TODO instead use something smarter
std::vector<double> output(dim_out); std::vector<double> output(dim_out);
COUT_DEBUG( COUT_DEBUG("Evaluation of the error function MSE on the given data-set (format 'data-set element index' 'input'"
"Evaluation of the error function MSE on the given data-set (format 'data-set element index' 'input' 'real output' 'predicted output'):" " 'real output' 'predicted output'):"
<< std::endl); << std::endl);
*results_file_path << "[Data-set element index] [Input] [Real output] [Predicted output]" << std::endl; *results_file_path << "[Data-set element index] [Input] [Real output] [Predicted output]" << std::endl;
......
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