#include <MultiLayerNetwork.h>
Collaboration diagram for MultiLayerNetwork::Error:

Public Member Functions | |
| void | operator+= (const Error &e) |
| [0] squared (the actual error function being minimalized) [1] absolute value of delta | |
| Error (const Vector &diff) | |
| Error () | |
| Error (real delta) | |
| void | publish (std::string name, real per=0, PublicValues &pv=defaultControl) |
| publish current vals as name | |
| void | zero () |
| real | getSq () const |
| real | getAbs () const |
Protected Attributes | |
| Vector | _val |
|
|
|
|
|
|
Here is the call graph for this function:

|
|
|
|
|
|
|
|
|
|
|
[0] squared (the actual error function being minimalized) [1] absolute value of delta
|
|
||||||||||||||||
|
publish current vals as name
|
|
|
|
|
|
|
1.3.5