C# 클래스 Encog.Util.Normalize.Input.InputFieldMLDataSet

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

공개 메소드들

메소드 설명
InputFieldMLDataSet ( bool usedForNetworkInput, IMLDataSet data, int offset ) : System

Construct a input field based on a NeuralDataSet.

메소드 상세

InputFieldMLDataSet() 공개 메소드

Construct a input field based on a NeuralDataSet.
public InputFieldMLDataSet ( bool usedForNetworkInput, IMLDataSet data, int offset ) : System
usedForNetworkInput bool Is this field used for neural input.
data IMLDataSet 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