C# 클래스 Encog.Persist.Persistors.TrainingContinuationPersistor

Allow the TrainingContinuation class to persist.
상속: IPersistor
파일 보기 프로젝트 열기: encog/encog-silverlight-core

공개 메소드들

메소드 설명
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.

메소드 상세

HandleItem() 공개 메소드

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

HandleItems() 공개 메소드

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

Load() 공개 메소드

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

Save() 공개 메소드

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.
리턴 void

SaveItems() 공개 메소드

Save items.
public SaveItems ( WriteXML xmlout ) : void
xmlout Encog.Parse.Tags.Write.WriteXML The XML output object.
리턴 void