Tagged Questions
3
votes
1answer
2k views
Using nntool [MATLAB] from command line
I have this code:
in = [5 columns of data-points];
out = [1 column of data-points];
net = newfit(in,out,5);
net = train(net,in,out);
now I want to
access the error variable that is generated (so ...