Fixing more and more

This commit is contained in:
blacklight 2009-08-16 15:29:54 +02:00
parent 25996a5e70
commit 73f13abb56
2 changed files with 57 additions and 53 deletions

View file

@ -50,8 +50,7 @@ namespace neuralpp {
int epochs;
int ref_epochs;
double l_rate;
//double ex;
std::vector<double> ex;
std::vector<double> expect;
/**
* @brief It updates the weights of the net's synapsis through back-propagation.
@ -71,7 +70,7 @@ namespace neuralpp {
* @param ex Expected value
* @return Mean error
*/
double error(double ex) const;
double error (double ex);
/**
* @brief Private pointer to function, containing the function to