Located in /Values.php (line 50)
ANN_Filesystem | --ANN_Values
[226] | public | array : | getInputsArray () | |
[240] | public | array : | getOutputsArray () | |
[114] | public | ANN_Values : | input () | |
[172] | public | ANN_Values : | output () | |
[281] | public | ANN_Values : | reset () | |
[210] | public | ANN_Values : | train () | |
[256] | 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().
Unserializing ANN_Values
After calling unserialize the train mode is set to false. Therefore it is possible to use a saved object of ANN_Values to use inputs not for training purposes.
You would not use unserialize in your application but you can call loadFromFile() to load the saved object to your application.
Inherited From ANN_Filesystem
ANN_Filesystem::loadFromFile()
ANN_Filesystem::saveToFile()
Documentation generated on Tue, 24 May 2011 20:43:22 +0200 by phpDocumentor 1.4.1