Public Properties
| Name | Description | |
|---|---|---|
|
|
AdalineNode | An output, Adaline node, of the Adaline network. (inherited from AdalineNetwork) |
|
|
CurrentNeighborhoodSize | Current neighborhood size. |
|
|
Error | Error property of the node. (inherited from NeuroNode) |
|
|
InLinks | Incomming links for this node. (inherited from NeuroNode) |
|
|
InputNodesCount | Number of input nodes. (inherited from NeuralNetwork) |
|
|
KohonenColumsCount | Number of colums in Kohonen layer. |
|
|
KohonenNode | Array of nodes representing Kohonen layer. |
|
|
KohonenRowsCount | Number of rows in Kohonen layer. |
|
|
LearningRate | Network's learning rate property. (inherited from AdalineNetwork) |
|
|
LinksCount | Total number of links in the network. (inherited from NeuralNetwork) |
|
|
NetworkType | Returns network type. Used for persistent purposes. (inherited from NeuralNetwork) |
|
|
NodesCount | Total number of nodes in the network. (inherited from NeuralNetwork) |
|
|
OutLinks | Outgoing links of this node. (inherited from NeuroNode) |
|
|
OutputNodesCount | Number of output nodes. (inherited from NeuralNetwork) |
|
|
Value | Value property of the node. (inherited from NeuroNode) |
|
|
WinnigCol | Winning column index. |
|
|
WinnigRow | Winning row index. |