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 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 Filesystem
Filesystem::loadFromFile()
Filesystem::saveToFile()
Documentation generated on Mon, 04 Jul 2011 21:31:12 +0200 by phpDocumentor 1.4.1