C# 클래스 Encog.Neural.NEAT.PersistNEATNetwork

상속: IEncogPersistor
파일 보기 프로젝트 열기: encog/encog-silverlight-core

공개 메소드들

메소드 설명
Read ( Stream mask0 ) : Object

Read the object.

Save ( Stream os, Object obj ) : void

Save the object.

비공개 메소드들

메소드 설명
WriteLink ( EncogWriteHelper xout, NEATLink link ) : void

Write a link.

메소드 상세

Read() 공개 메소드

Read the object.
public Read ( Stream mask0 ) : Object
mask0 Stream The stream to read from.
리턴 Object

Save() 공개 메소드

Save the object.
public Save ( Stream os, Object obj ) : void
os Stream The output stream.
obj Object The object to save.
리턴 void