C# 클래스 Encog.Neural.NEAT.NEATNeuron

파일 보기 프로젝트 열기: encog/encog-silverlight-core 1 사용 예제들

공개 메소드들

메소드 설명
NEATNeuron ( ) : System

Default constructor, used for persistance.

NEATNeuron ( NEATNeuronType neuronType_0, long neuronID_1, double splitY_2, double splitX_3, double activationResponse_4 ) : System

Construct a NEAT neuron.

NeuronType2String ( NEATNeuronType t ) : String

Convert NEAT neuron type to string.

String2NeuronType ( String t ) : NEATNeuronType

Convert a string to a NEAT neuron type.

ToString ( ) : String

메소드 상세

NEATNeuron() 공개 메소드

Default constructor, used for persistance.
public NEATNeuron ( ) : System
리턴 System

NEATNeuron() 공개 메소드

Construct a NEAT neuron.
public NEATNeuron ( NEATNeuronType neuronType_0, long neuronID_1, double splitY_2, double splitX_3, double activationResponse_4 ) : System
neuronType_0 NEATNeuronType The type of neuron.
neuronID_1 long The id of the neuron.
splitY_2 double The split for y.
splitX_3 double THe split for x.
activationResponse_4 double The activation response.
리턴 System

NeuronType2String() 공개 정적인 메소드

Convert NEAT neuron type to string.
public static NeuronType2String ( NEATNeuronType t ) : String
t NEATNeuronType The neuron type.
리턴 String

String2NeuronType() 공개 정적인 메소드

Convert a string to a NEAT neuron type.
public static String2NeuronType ( String t ) : NEATNeuronType
t String The string.
리턴 NEATNeuronType

ToString() 공개 메소드

public ToString ( ) : String
리턴 String