C# Class Encog.Normalize.Input.InputFieldArray1D

Inheritance: BasicInputField, IHasFixedLength
Afficher le fichier Open project: encog/encog-silverlight-core

Méthodes publiques

Méthode 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 méthode

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

InputFieldArray1D() public méthode

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.
Résultat System