C# Class Encog.Persist.Persistors.TextDataPersistor

The Encog persistor used to persist the TextData class.
Inheritance: IPersistor
Afficher le fichier Open project: encog/encog-silverlight-core

Méthodes publiques

Méthode Description
Load ( ReadXML xmlin ) : IEncogPersistedObject

Load the specified Encog object from an XML reader.

Save ( IEncogPersistedObject obj, WriteXML xmlout ) : void

Save the specified Encog object to an XML writer.

Method Details

Load() public méthode

Load the specified Encog object from an XML reader.
public Load ( ReadXML xmlin ) : IEncogPersistedObject
xmlin Encog.Parse.Tags.Read.ReadXML The XML reader to use.
Résultat IEncogPersistedObject

Save() public méthode

Save the specified Encog object to an XML writer.
public Save ( IEncogPersistedObject obj, WriteXML xmlout ) : void
obj IEncogPersistedObject The object to save.
xmlout Encog.Parse.Tags.Write.WriteXML The XML writer to save to.
Résultat void