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

Inheritance: BasicInputField
Datei anzeigen Open project: encog/encog-silverlight-core Class Usage Examples

Public Methods

Method Description
InputFieldMLDataSet ( bool usedForNetworkInput, IMLDataSet data, int offset ) : System

Construct a input field based on a NeuralDataSet.

Method Details

InputFieldMLDataSet() public method

Construct a input field based on a NeuralDataSet.
public InputFieldMLDataSet ( bool usedForNetworkInput, IMLDataSet data, int offset ) : System
usedForNetworkInput bool Is this field used for neural input.
data IMLDataSet The data set to use.
offset int The input or ideal index to use. This treats the input /// and ideal as one long array, concatenated together.
return System