This commit is contained in:
gustavoromero 2000-11-24 17:43:02 +00:00
commit 2b8c049283
2 changed files with 9 additions and 6 deletions

View file

@ -92,6 +92,10 @@ void arg(int argc, char** argv)
in = trn_set.front().input.size();
out = trn_set.front().output.size();
hidden = hiddenp.value();
cout << trn_set << endl;
cout << in << " " << out << " " << hidden << endl;
}
//-----------------------------------------------------------------------------