Protected Fields
| Name | Description | |
|---|---|---|
|
|
columsCount | Number of colums in output layer. |
|
|
currentIteration | Current iteration. |
|
|
currentNeighborhoodSize | Current neighborhood size. |
|
|
finalLearningRate | Final learning rate. |
|
|
initialLearningRate | Initial learning rate. |
|
|
initialNeighborhoodSize | Initial neighborhood size. |
|
|
kohonenLayer | Represents the Kohonen layer as two-dimetional array of |
|
|
learningRate | Stores a learning rate value. (inherited from AdalineNetwork) |
|
|
links | Links in the network. (inherited from NeuralNetwork) |
|
|
linksCount | Number of links in the network. (inherited from NeuralNetwork) |
|
|
neighborhoodReduceInterval | Neighborhood reduce interval. |
|
|
nodeError | Node value and node error. (inherited from NeuroNode) |
|
|
nodes | Nodes in the netowrk. (inherited from NeuralNetwork) |
|
|
nodesCount | Number of nodes in the network. (inherited from NeuralNetwork) |
|
|
nodeValue | Node value and node error. (inherited from NeuroNode) |
|
|
rowsCount | Number of rows in output layer. |
|
|
trainingIterations | Number of training iterations. |
|
|
winnigCol | Winning column in output layer. |
|
|
winnigRow | Winning row in output layer. |