C# (CSharp) Encog.Persist Namespace

Nested Namespaces

Encog.Persist.Location
Encog.Persist.Persistors

Classes

Name Description
BasicPersistedObject
BasicPersistedSubObject
DirectoryEntry The idea of the Encog persisted collection is that the entire file might be quite long and should not be read into memory in its entirity. Directory entry classes allow you to list the contents of a file without loading the entire file.
EncogDirectoryPersistence
EncogFileSection This class is used internally to parse Encog files. A file section is part of a name-value pair file.
EncogMemoryCollection A memory based collection of Encog objects. Does not use the more complex temp file structure like EncogPersistedCollection, but also can't handle gigantic files. This class can load and save from/to Encog EG files. This class can be very useful in the Silverlight version of Encog, which does not support the EncogPersistedCollection class.
EncogPersistedCollection An EncogPersistedCollection holds a collection of EncogPersistedObjects. This allows the various neural networks and some data sets to be persisted. They are persisted to an XML form. The EncogPersistedCollection does not load the object into memory at once. This allows it to manage large files.
EncogReadHelper Used to read an Encog EG/EGA file. EG files are used to hold Encog objects. EGA files are used to hold Encog Analyst scripts.
EncogWriteHelper Used to write an Encog EG/EGA file. EG files are used to hold Encog objects. EGA files are used to hold Encog Analyst scripts.
PersistConst Some common persistance constants.
PersistError
PersistReader Utility class for reading Encog persited object files.
PersistWriter Utility class for writing Encog persisted class files.
PersistorRegistry