C# Class Encog.Neural.Networks.NeuralDataMapping

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

Méthodes publiques

Méthode Description
Copy ( NeuralDataMapping source, NeuralDataMapping target ) : void

Copy from one object to the other.

NeuralDataMapping ( ) : Encog.ML.Data

Construct the neural data mapping class, with null values.

NeuralDataMapping ( IMLData f, IMLData t ) : Encog.ML.Data

Construct the neural data mapping class with the specified values.

Method Details

Copy() public static méthode

Copy from one object to the other.
public static Copy ( NeuralDataMapping source, NeuralDataMapping target ) : void
source NeuralDataMapping The source object.
target NeuralDataMapping The target object.
Résultat void

NeuralDataMapping() public méthode

Construct the neural data mapping class, with null values.
public NeuralDataMapping ( ) : Encog.ML.Data
Résultat Encog.ML.Data

NeuralDataMapping() public méthode

Construct the neural data mapping class with the specified values.
public NeuralDataMapping ( IMLData f, IMLData t ) : Encog.ML.Data
f IMLData The source data.
t IMLData The target data.
Résultat Encog.ML.Data