C# 클래스 Encog.Neural.SOM.PersistSOM

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

공개 메소드들

메소드 설명
Read ( Stream mask0 ) : Object
Save ( Stream os, Object obj ) : void

메소드 상세

Read() 공개 메소드

public Read ( Stream mask0 ) : Object
mask0 Stream
리턴 Object

Save() 공개 메소드

public Save ( Stream os, Object obj ) : void
os Stream
obj Object
리턴 void