C# 클래스 genetikperceptron.Neuron

파일 보기 프로젝트 열기: Underflow/genetik-perceptron

공개 메소드들

메소드 설명
Neuron ( List input_weights, double treeshold ) : System
Output ( List inputs ) : double

메소드 상세

Neuron() 공개 메소드

public Neuron ( List input_weights, double treeshold ) : System
input_weights List
treeshold double
리턴 System

Output() 공개 메소드

public Output ( List inputs ) : double
inputs List
리턴 double