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

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

Public Methods

Method Description
GetValue ( int i ) : double

Get the value from the specified index.

InputFieldArray1D ( bool usedForNetworkInput, double array ) : System

Construct the 1D array field.

Method Details

GetValue() public method

Get the value from the specified index.
public GetValue ( int i ) : double
i int The index to retrieve.
return double

InputFieldArray1D() public method

Construct the 1D array field.
public InputFieldArray1D ( bool usedForNetworkInput, double array ) : System
usedForNetworkInput bool True if this field is used for the actual /// input to the neural network. See getUsedForNetworkInput for more info.
array double The array to use.
return System