C# Class Encog.Neural.Networks.NeuralDataMapping

Exibir arquivo Open project: encog/encog-silverlight-core Class Usage Examples

Public Methods

Method 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 method

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.
return void

NeuralDataMapping() public method

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

NeuralDataMapping() public method

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.
return Encog.ML.Data