" + header + " | |||||
" + int2str(i + 1); 207 | // make best green 208 | if (i == best) msg += " | "; 209 | else msg += " | "; 210 | msg+=float2str(log[i].test_accurracy); 211 | // mark bad trend in training 212 | if (i > best_est) msg += " | "; 213 | else msg += " | "; 214 | msg+=float2str(log[i].train_accurracy_est)+ " | " + log[i].str + " | ");
217 |
218 | replace_str(notes, "\n", " "); 219 | std::string bottom = " |