C# Класс Encog.App.Analyst.CSV.Basic.FileData

Наследование: BaseCachedColumn
Показать файл Открыть проект

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

Метод Описание
FileData ( String theName, int theIndex, bool theInput, bool theOutput ) : System

Construct the object.

Описание методов

FileData() публичный Метод

Construct the object.
public FileData ( String theName, int theIndex, bool theInput, bool theOutput ) : System
theName String The name of the object.
theIndex int The index of the field.
theInput bool Is this field for input?
theOutput bool Is this field for output?
Результат System