Classes

  Class Description
Public class BiasNode Implements the node that always produces constant output value (bias).
Public class ENeuroException Implements an exception thrown on any execution error.
Public class FeedForwardNode A node that produce its value based on sum of values of it's inputs.
Public class InputNode Base class for all input nodes. Represents an input node to a network.
Public class NeuralNetwork Base abstract class for all neural networks. This class is abstract (MustInherit in Visual Basic)abstractMustInherit and so cannot be instantiated.
Public class NeuroLink Connects two nodes in a network.
Public class NeuroLinkCollection A collection that stores NeuroLink objects.
NestedPublic class NeuroLinkCollection.CustomNeuroLinkEnumerator Cusom collection enumerator.
Public class NeuroNode Represents the Node in a neural network.
Public class NeuroObject Is the abstract base class for all neural network classes. This class is abstract (MustInherit in Visual Basic)abstractMustInherit and so cannot be instantiated.

Enumerations

  Enumeration Description
Public enumeration NeuralNetworkType Specifies the type of a neural network, a property of a NeuralNetwork used for persitence purposes.