Base neuron class.

Namespace:  AForge.Neuro
Assembly:  AForge.Neuro (in AForge.Neuro.dll) Version: 2.2.4.0 (2.2.4.0)

Syntax

C#
[SerializableAttribute]
public abstract class Neuron

Remarks

This is a base neuron class, which encapsulates such common properties, like neuron's input, output and weights.

Inheritance Hierarchy

See Also