C# Класс Encog.Normalize.Input.InputFieldArray1D

Наследование: BasicInputField, IHasFixedLength
Показать файл Открыть проект

Открытые методы

Метод Описание
GetValue ( int i ) : double

Get the value from the specified index.

InputFieldArray1D ( bool usedForNetworkInput, double array ) : System

Construct the 1D array field.

Описание методов

GetValue() публичный Метод

Get the value from the specified index.
public GetValue ( int i ) : double
i int The index to retrieve.
Результат double

InputFieldArray1D() публичный Метод

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.
Результат System