Encog 1.1 for DotNet
Encog.Neural.Persist Namespace
NamespacesEncog.Neural.Persist

[Missing <summary> documentation for N:Encog.Neural.Persist]

Declaration Syntax
C#Visual BasicVisual C++
namespace Encog.Neural.Persist
Namespace Encog.Neural.Persist
namespace Encog.Neural.Persist
Types
All TypesClassesInterfaces
IconTypeDescription
EncogPersistedCollection
An EncogPersistedCollection holds a collection of EncogPersistedObjects. This allows the various neural networks and some data sets to be peristed. They are persisted to an XML form.

IEncogPersistedObject
An object that can be stored to an Encog XML file.

IPersistor
An helper to persist classes that implement IEncogPersistedObject.