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.
|
public GetValue ( int i ) : double | ||
i | int | The index to retrieve. |
Résultat | double |
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 |