C# Class Encog.Util.Normalize.Input.InputFieldCSV

Inheritance: BasicInputField
ファイルを表示 Open project: encog/encog-silverlight-core Class Usage Examples

Public Methods

Method Description
InputFieldCSV ( ) : System

Construct an InputFieldCSV with the default constructor. This is mainly used for reflection.

InputFieldCSV ( bool usedForNetworkInput, String file, int offset ) : System

Construct a input field for a CSV file.

Method Details

InputFieldCSV() public method

Construct an InputFieldCSV with the default constructor. This is mainly used for reflection.
public InputFieldCSV ( ) : System
return System

InputFieldCSV() public method

Construct a input field for a CSV file.
public InputFieldCSV ( bool usedForNetworkInput, String file, int offset ) : System
usedForNetworkInput bool True if this field is used for actual /// input to the neural network, as opposed to segregation only.
file String The tile to read.
offset int The CSV file column to read.
return System