#include <storeable.h>
Inherited by AbstractController, AbstractModel, Layer, and Matrix.
Inheritance diagram for Storeable:

Public Member Functions | |
| virtual | ~Storeable () |
| virtual bool | store (FILE *f) const =0 |
| stores the object to the given file stream (binary). | |
| virtual bool | restore (FILE *f)=0 |
| loads the object from the given file stream (binary). | |
|
|
|
|
|
loads the object from the given file stream (binary).
Implemented in DerController, Elman, FFNNController, InvertMotorBigModel, InvertMotorNStep, InvertMotorSpace, InvertNChannelController, Layer, MultiLayerFFNN, OneLayerFFNN, SineController, and Matrix.
|
|
|
stores the object to the given file stream (binary).
Implemented in DerController, Elman, FFNNController, InvertMotorBigModel, InvertMotorNStep, InvertMotorSpace, InvertNChannelController, Layer, MultiLayerFFNN, OneLayerFFNN, SineController, and Matrix.
|
1.3.8