C# 클래스 Encog.Normalize.Input.InputFieldArray1D

상속: BasicInputField, IHasFixedLength
파일 보기 프로젝트 열기: encog/encog-silverlight-core

공개 메소드들

메소드 설명
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