Located in /ANN_Values.php (line 50)
ANN_Filesystem | --ANN_Values
[180] | public | array : | getInputsArray () | |
[196] | public | array : | getOutputsArray () | |
[95] | public | ANN_Values : | input () | |
[135] | public | ANN_Values : | output () | |
[230] | public | ANN_Values : | reset () | |
[162] | public | ANN_Values : | train () | |
[203] | public | void : | __wakeup () |
Get internal saved input array
{$source} Actually there is no reason to call this method in your application. This method is used by ANN_Network only.
Get internal saved output array
{$source} Actually there is no reason to call this method in your application. This method is used by ANN_Network only.
Output values
{$source} List all output values comma separated. Before you can call this method you have to call input(). After calling output() you cannot call the same method again. You have to call input() again first.
Reset saved input and output values
{$source} All internal saved input and output values will be deleted after calling reset(). If train() was called before, train state does not change by calling reset().
{$source}
{$source}
Inherited From ANN_Filesystem
ANN_Filesystem::loadFromFile()
ANN_Filesystem::saveToFile()
Documentation generated on Thu, 18 Dec 2008 18:37:36 +0100 by phpDocumentor 1.4.1