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