C# 클래스 Encog.Util.Normalize.Target.NormalizationStorageArray1D

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

공개 메소드들

메소드 설명
Close ( ) : void

Not needed for this storage type.

GetArray ( ) : double[]
NormalizationStorageArray1D ( double array ) : System

Construct an object to store to a 2D array.

Open ( ) : void

Not needed for this storage type.

Write ( double data, int inputCount ) : void

Write an array.

메소드 상세

Close() 공개 메소드

Not needed for this storage type.
public Close ( ) : void
리턴 void

GetArray() 공개 메소드

public GetArray ( ) : double[]
리턴 double[]

NormalizationStorageArray1D() 공개 메소드

Construct an object to store to a 2D array.
public NormalizationStorageArray1D ( double array ) : System
array double The array to store to.
리턴 System

Open() 공개 메소드

Not needed for this storage type.
public Open ( ) : void
리턴 void

Write() 공개 메소드

Write an array.
public Write ( double data, int inputCount ) : void
data double The data to write.
inputCount int How much of the data is input.
리턴 void