Quote:
Originally Posted by tcristo
I believe you will need to generate a separate set of test data to process and determine the error rate. Don't update the weights when processing the test data, just process each data point and determine whether it was correct or not. Aggregate those results and you should have your classifier error rate.
BTW: This is how I did it which I guess shouldn't necessarily be confused with the correct way of doing it 
|
This is what I'd do, too.