C# Class Encog.Persist.Persistors.TrainingContinuationPersistor

Allow the TrainingContinuation class to persist.
Inheritance: IPersistor
Afficher le fichier Open project: encog/encog-silverlight-core

Méthodes publiques

Méthode Description
HandleItem ( ReadXML xmlin ) : void

Handle an item.

HandleItems ( ReadXML xmlin ) : void

Handle loading the items.

Load ( ReadXML xmlin ) : IEncogPersistedObject

Load the object.

Save ( IEncogPersistedObject obj, WriteXML xmlout ) : void

Save the object.

SaveItems ( WriteXML xmlout ) : void

Save items.

Method Details

HandleItem() public méthode

Handle an item.
public HandleItem ( ReadXML xmlin ) : void
xmlin Encog.Parse.Tags.Read.ReadXML The XML input object.
Résultat void

HandleItems() public méthode

Handle loading the items.
public HandleItems ( ReadXML xmlin ) : void
xmlin Encog.Parse.Tags.Read.ReadXML The XML input object.
Résultat void

Load() public méthode

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

Save() public méthode

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

SaveItems() public méthode

Save items.
public SaveItems ( WriteXML xmlout ) : void
xmlout Encog.Parse.Tags.Write.WriteXML The XML output object.
Résultat void