C# Class 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.
ファイルを表示 Open project: encog/encog-silverlight-core Class Usage Examples

Public Methods

Method Description
Close ( ) : void

Close the file.

EncogReadHelper ( Stream mask0 ) : System

Construct the object.

ReadNextSection ( ) : EncogFileSection

Read the next section.

Method Details

Close() public method

Close the file.
public Close ( ) : void
return void

EncogReadHelper() public method

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

ReadNextSection() public method

Read the next section.
public ReadNextSection ( ) : EncogFileSection
return EncogFileSection