C# Class SharpNeat.Phenomes.NeuralNets.Neuron

Represents a single neuron in a CyclicNetwork.
Afficher le fichier Open project: colgreen/sharpneat Class Usage Examples

Méthodes publiques

Méthode Description
Neuron ( uint id, NodeType neuronType, IActivationFunction activationFn, double auxArgs ) : SharpNeat.Network

Constructs a Neuron with the provided ID, type and activation function.

Method Details

Neuron() public méthode

Constructs a Neuron with the provided ID, type and activation function.
public Neuron ( uint id, NodeType neuronType, IActivationFunction activationFn, double auxArgs ) : SharpNeat.Network
id uint
neuronType NodeType
activationFn IActivationFunction
auxArgs double
Résultat SharpNeat.Network