C# Class Encog.Util.Arrayutil.NormalizeArray

Afficher le fichier Open project: encog/encog-silverlight-core Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

Process() public méthode

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