Click or drag to resize

Neuron Class

The base class for neuron implementations.
Inheritance Hierarchy

Namespace:  RavingBots.MagicGestures.AI.Neural
Assembly:  Assembly-CSharp (in Assembly-CSharp.dll) Version: 0.0.0.0
Syntax
C#
public abstract class Neuron

The Neuron type exposes the following members.

Constructors
  NameDescription
Protected methodNeuron
Construct a new neuron with the given number of inputs.
Top
Properties
  NameDescription
Public propertyInputCount
The inputs count of this neuron.
Top
Methods
  NameDescription
Public methodProcess
Process a set of inputs.
Top
Fields
  NameDescription
Private field_inputCount
The inputs count of this neuron.
Top
See Also