Click or drag to resize

Perceptron Fields

The Perceptron type exposes the following members.

Fields
  NameDescription
Private field_func
The instance of the activation function.
Private field_funcType
The type of the activation function of this neuron.
Protected fieldError
The current error value.
Protected fieldMomentum
The array of changes.
Protected fieldWeights
The stored weights.
Top
See Also