C# Class Encog.Neural.Networks.Synapse.NEAT.NEATNeuron

Mostrar archivo Open project: encog/encog-silverlight-core Class Usage Examples

Public Methods

Method Description
NEATNeuron ( ) : System

Default constructor.

NEATNeuron ( NEATNeuronType neuronType, long neuronID, double splitY, double splitX, double activationResponse ) : System

Construct a NEAT neuron.

ToString ( ) : String

Convert the string to a neuron.

getSumActivation ( ) : double

Get the sum activation.

Method Details

NEATNeuron() public method

Default constructor.
public NEATNeuron ( ) : System
return System

NEATNeuron() public method

Construct a NEAT neuron.
public NEATNeuron ( NEATNeuronType neuronType, long neuronID, double splitY, double splitX, double activationResponse ) : System
neuronType NEATNeuronType The type of neuron.
neuronID long The id of the neuron.
splitY double The split for y.
splitX double THe split for x.
activationResponse double The activation response.
return System

ToString() public method

Convert the string to a neuron.
public ToString ( ) : String
return String

getSumActivation() public method

Get the sum activation.
public getSumActivation ( ) : double
return double