C# Class Encog.Neural.Networks.Training.Cross.NetworkFold

The network for one fold of a cross validation.
Mostra file Open project: encog/encog-silverlight-core Class Usage Examples

Public Methods

Method Description
CopyFromNetwork ( FlatNetwork source ) : void

Copy the weights and output from the network.

CopyToNetwork ( FlatNetwork target ) : void

Copy weights and output to the network.

NetworkFold ( FlatNetwork flat ) : Encog.Neural.Flat

Construct a fold from the specified flat network.

Method Details

CopyFromNetwork() public method

Copy the weights and output from the network.
public CopyFromNetwork ( FlatNetwork source ) : void
source Encog.Neural.Flat.FlatNetwork The network to copy from.
return void

CopyToNetwork() public method

Copy weights and output to the network.
public CopyToNetwork ( FlatNetwork target ) : void
target Encog.Neural.Flat.FlatNetwork The network to copy to.
return void

NetworkFold() public method

Construct a fold from the specified flat network.
public NetworkFold ( FlatNetwork flat ) : Encog.Neural.Flat
flat Encog.Neural.Flat.FlatNetwork THe flat network.
return Encog.Neural.Flat