Located in /ANN_Values.php (line 50)
ANN_Filesystem | --ANN_Values
[176] | public | array : | getInputsArray () | |
[192] | public | array : | getOutputsArray () | |
[91] | public | ANN_Values : | input () | |
[131] | public | ANN_Values : | output () | |
[226] | public | ANN_Values : | reset () | |
[158] | public | ANN_Values : | train () | |
[199] | public | void : | __wakeup () |
Get internal saved input array
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
Actually there is no reason to call this method in your application. This method is used by ANN_Network only.
Output values
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
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().
Inherited From ANN_Filesystem
ANN_Filesystem::loadFromFile()
ANN_Filesystem::saveToFile()
Documentation generated on Thu, 01 Jan 2009 16:01:54 +0100 by phpDocumentor 1.4.1