C# Class genetikperceptron.Neuron

Datei anzeigen Open project: Underflow/genetik-perceptron

Public Methods

Method Description
Neuron ( List input_weights, double treeshold ) : System
Output ( List inputs ) : double

Method Details

Neuron() public method

public Neuron ( List input_weights, double treeshold ) : System
input_weights List
treeshold double
return System

Output() public method

public Output ( List inputs ) : double
inputs List
return double