C# Class Encog.Util.Arrayutil.NormalizeArray

ファイルを表示 Open project: encog/encog-silverlight-core Class Usage Examples

Public Methods

Method Description
NormalizeArray ( )

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

Process ( double inputArray ) : double[]

Normalize the array. Return the new normalized array.

Method Details

NormalizeArray() public method

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

Process() public method

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