C# 클래스 SharpNeat.Phenomes.NeuralNets.Neuron

Represents a single neuron in a CyclicNetwork.
파일 보기 프로젝트 열기: colgreen/sharpneat 1 사용 예제들

공개 메소드들

메소드 설명
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