C# 클래스 Encog.Persist.EncogReadHelper

Used to read an Encog EG/EGA file. EG files are used to hold Encog objects. EGA files are used to hold Encog Analyst scripts.
파일 보기 프로젝트 열기: encog/encog-silverlight-core 1 사용 예제들

공개 메소드들

메소드 설명
Close ( ) : void

Close the file.

EncogReadHelper ( Stream mask0 ) : System

Construct the object.

ReadNextSection ( ) : EncogFileSection

Read the next section.

메소드 상세

Close() 공개 메소드

Close the file.
public Close ( ) : void
리턴 void

EncogReadHelper() 공개 메소드

Construct the object.
public EncogReadHelper ( Stream mask0 ) : System
mask0 Stream The input stream.
리턴 System

ReadNextSection() 공개 메소드

Read the next section.
public ReadNextSection ( ) : EncogFileSection
리턴 EncogFileSection