C# Class Encog.Util.Normalize.Target.NormalizationStorageArray1D

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

Méthodes publiques

Méthode Description
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.

Method Details

Close() public méthode

Not needed for this storage type.
public Close ( ) : void
Résultat void

GetArray() public méthode

public GetArray ( ) : double[]
Résultat double[]

NormalizationStorageArray1D() public méthode

Construct an object to store to a 2D array.
public NormalizationStorageArray1D ( double array ) : System
array double The array to store to.
Résultat System

Open() public méthode

Not needed for this storage type.
public Open ( ) : void
Résultat void

Write() public méthode

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.
Résultat void