C# Класс SharpNeat.Phenomes.NeuralNets.Neuron

Represents a single neuron in a CyclicNetwork.
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
Neuron ( uint id, NodeType neuronType, IActivationFunction activationFn, double auxArgs ) : SharpNeat.Network

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

Описание методов

Neuron() публичный Метод

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
Результат SharpNeat.Network