C# Class Encog.Persist.Persistors.BasicNeuralDataSetPersistor

The Encog persistor used to persist the BasicNeuralDataSet class.
Inheritance: IPersistor
Mostra file Open project: encog/encog-silverlight-core

Public Methods

Method Description
Load ( ReadXML xmlIn ) : IEncogPersistedObject

Load the specified Encog object from an XML reader.

Save ( IEncogPersistedObject obj, WriteXML xmlOut ) : void

Private Methods

Method Description
HandleItem ( ReadXML xmlIn ) : void

Handle reading an item tag.

Method Details

Load() public method

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.
return IEncogPersistedObject

Save() public method

public Save ( IEncogPersistedObject obj, WriteXML xmlOut ) : void
obj IEncogPersistedObject
xmlOut Encog.Parse.Tags.Write.WriteXML
return void