Public Properties

  Name Description
Public property AdalineNode An output, Adaline node, of the Adaline network.
Public property Error Error property of the node. (inherited from NeuroNode)
Public property InLinks Incomming links for this node. (inherited from NeuroNode)
Public property InputNodesCount Number of input nodes. (inherited from NeuralNetwork)
Public property LearningRate Network's learning rate property.
Public property LinksCount Total number of links in the network. (inherited from NeuralNetwork)
Public property NetworkType Returns network type. Used for persistent purposes. (inherited from NeuralNetwork)
Public property NodesCount Total number of nodes in the network. (inherited from NeuralNetwork)
Public property OutLinks Outgoing links of this node. (inherited from NeuroNode)
Public property OutputNodesCount Number of output nodes. (inherited from NeuralNetwork)
Public property Value Value property of the node. (inherited from NeuroNode)
Top

See Also