Public Properties

  Name Description
Public property Error Error property of the node. (inherited from NeuroNode)
Public property InLinks Incomming links for this node. (inherited from NeuroNode)
Public property LearningRate Gets and sets the LearnigRate value of the Adaline node. (inherited from AdalineNode)
Public property NodeLastValue Property contains previous (the value of the node before method Run was executed) value of the node.
Public property OutLinks Outgoing links of this node. (inherited from NeuroNode)
Public property Value Value property of the node. (inherited from NeuroNode)
Top

See Also