C# 클래스 Encog.Normalize.Target.NormalizationStorageArray2D

Output the normalized data to a 2D array.
상속: INormalizationStorage
파일 보기 프로젝트 열기: encog/encog-silverlight-core

공개 메소드들

메소드 설명
Close ( ) : void

Not needed for this storage type.

NormalizationStorageArray2D ( 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

NormalizationStorageArray2D() 공개 메소드

Construct an object to store to a 2D array.
public NormalizationStorageArray2D ( 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