C# 클래스 Encog.Util.Arrayutil.NormalizeArray

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

공개 메소드들

메소드 설명
NormalizeArray ( )

Construct the object, default NormalizedHigh and NormalizedLow to 1 and -1.

Process ( double inputArray ) : double[]

Normalize the array. Return the new normalized array.

메소드 상세

NormalizeArray() 공개 메소드

Construct the object, default NormalizedHigh and NormalizedLow to 1 and -1.
public NormalizeArray ( )

Process() 공개 메소드

Normalize the array. Return the new normalized array.
public Process ( double inputArray ) : double[]
inputArray double The input array.
리턴 double[]