forum.alglib.net

ALGLIB forum
It is currently Sat Apr 27, 2024 4:32 pm

All times are UTC


Forum rules


1. This forum can be used for discussion of both ALGLIB-related and general numerical analysis questions
2. This forum is English-only - postings in other languages will be removed.



Post new topic Reply to topic  [ 2 posts ] 
Author Message
 Post subject: mlpcvreport
PostPosted: Thu Jun 30, 2011 1:21 am 
Offline

Joined: Fri Feb 11, 2011 12:31 am
Posts: 5
Hi, I'm trying to determine the generalization error of different neural networks in the excellent ALGLIB library on a set of training data. Alglib includes handy functions that perform cross-validation and return a mlpcvreport object containing the generalization error or at least a set of numbers. My question relates to what error is represented by each variable contained in the object:
Code:

double relclserror; //?????
double avgce; //??????
double rmserror; //probably is root mean square error
double avgerror; //probably is average error
double avgrelerror; //probably is average relative error

I've included my guesses above. The first two especially are a mystery to me.

Thanks!


Top
 Profile  
 
 Post subject: Re: mlpcvreport
PostPosted: Mon Jul 04, 2011 8:02 pm 
Offline
Site Admin

Joined: Fri May 07, 2010 7:06 am
Posts: 906
relclserror is a relative classification error - number of incorrectly classified cases divided by total number of cases.

avgce is average cross-entropy (measured in bits per sample, see Wikipedia for more information about cross-entropy)

other guesses are correct :)


Top
 Profile  
 
Display posts from previous:  Sort by  
Post new topic Reply to topic  [ 2 posts ] 

All times are UTC


Who is online

Users browsing this forum: No registered users and 315 guests


You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot post attachments in this forum

Search for:
Jump to:  
cron
Powered by phpBB © 2000, 2002, 2005, 2007 phpBB Group