C# Class Encog.Neural.Networks.Synapse.BasicSynapse

Inheritance: Encog.Persist.BasicPersistedSubObject, ISynapse
Exibir arquivo Open project: encog/encog-silverlight-core

Public Methods

Method Description
Compute ( INeuralData input ) : INeuralData

Compute the output from this synapse.

ToString ( ) : String

Convert this layer to a string.

Method Details

Compute() public abstract method

Compute the output from this synapse.
public abstract Compute ( INeuralData input ) : INeuralData
input INeuralData The input to this synapse.
return INeuralData

ToString() public method

Convert this layer to a string.
public ToString ( ) : String
return String