C# Class Learn.Neuron

Mostrar archivo Open project: AngryAnt/Learn

Public Methods

Method Description
GetWeight ( int index ) : double
Neuron ( int inputCount ) : System
RandomizeWeights ( ) : void
SetInput ( int input, double value ) : void
SetWeight ( int input, double value ) : void

Method Details

GetWeight() public method

public GetWeight ( int index ) : double
index int
return double

Neuron() public method

public Neuron ( int inputCount ) : System
inputCount int
return System

RandomizeWeights() public method

public RandomizeWeights ( ) : void
return void

SetInput() public method

public SetInput ( int input, double value ) : void
input int
value double
return void

SetWeight() public method

public SetWeight ( int input, double value ) : void
input int
value double
return void