C# Class Encog.App.Analyst.CSV.Basic.FileData

Inheritance: BaseCachedColumn
Datei anzeigen Open project: encog/encog-silverlight-core

Public Methods

Method Description
FileData ( String theName, int theIndex, bool theInput, bool theOutput ) : System

Construct the object.

Method Details

FileData() public method

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?
return System