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

상속: BasicInputField
파일 보기 프로젝트 열기: encog/encog-silverlight-core 1 사용 예제들

공개 메소드들

메소드 설명
InputFieldNeuralDataSet ( bool usedForNetworkInput, INeuralDataSet data, int offset ) : System

Construct a input field based on a NeuralDataSet.

메소드 상세

InputFieldNeuralDataSet() 공개 메소드

Construct a input field based on a NeuralDataSet.
public InputFieldNeuralDataSet ( bool usedForNetworkInput, INeuralDataSet data, int offset ) : System
usedForNetworkInput bool Is this field used for neural input.
data INeuralDataSet The data set to use.
offset int The input or ideal index to use. This treats the input /// and ideal as one long array, concatenated together.
리턴 System