C# Class Encog.App.Analyst.Script.DataField

Show file Open project: encog/encog-silverlight-core Class Usage Examples

Public Methods

Method Description
DataField ( String theName ) : System

Construct the data field.

Method Details

DataField() public method

Construct the data field.
public DataField ( String theName ) : System
theName String The name of this field.
return System