Public Properties

  Name Description
Public property AdalineNode An output, Adaline node, of the Adaline network. (inherited from AdalineNetwork)
Public property CurrentNeighborhoodSize Current neighborhood size.
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 KohonenColumsCount Number of colums in Kohonen layer.
Public property KohonenNode Array of nodes representing Kohonen layer.
Public property KohonenRowsCount Number of rows in Kohonen layer.
Public property LearningRate Network's learning rate property. (inherited from AdalineNetwork)
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)
Public property WinnigCol Winning column index.
Public property WinnigRow Winning row index.
Top

See Also