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.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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