C# Class Encog.Neural.Networks.Logic.ARTLogic

Inheritance: INeuralLogic
Exibir arquivo Open project: encog/encog-silverlight-core

Public Methods

Method Description
Compute ( INeuralData input, NeuralOutputHolder useHolder ) : INeuralData

Compute the output for the BasicNetwork class.

Init ( BasicNetwork network ) : void

Setup the network logic, read parameters from the network.

Method Details

Compute() public abstract method

Compute the output for the BasicNetwork class.
public abstract Compute ( INeuralData input, NeuralOutputHolder useHolder ) : INeuralData
input INeuralData The input to the network.
useHolder NeuralOutputHolder The NeuralOutputHolder to use.
return INeuralData

Init() public method

Setup the network logic, read parameters from the network.
public Init ( BasicNetwork network ) : void
network BasicNetwork The network that this logic class belongs to.
return void