C# 클래스 Neuron, AwesomeGameInSpace

파일 보기 프로젝트 열기: ZPZ-Gr2/AwesomeGameInSpace 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
weights List

공개 메소드들

메소드 설명
Neuron ( int NumberOfInputs ) : System
NeuronResponse ( List inputs ) : float

메소드 상세

Neuron() 공개 메소드

public Neuron ( int NumberOfInputs ) : System
NumberOfInputs int
리턴 System

NeuronResponse() 공개 메소드

public NeuronResponse ( List inputs ) : float
inputs List
리턴 float

프로퍼티 상세

weights 공개적으로 프로퍼티

public List weights
리턴 List