Protected Fields
| Name | Description | |
|---|---|---|
|
|
best | The network having the minimum error. |
|
|
bestError | Best error. |
|
|
data | Stores the pattern. |
|
|
inputLayerNodesCount | Stores nodes count in input layer. (inherited from BidirectionalAssociativeMemoryNetwork) |
|
|
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) |
|
|
networks | Array of BAM networks. |
|
|
networksCount | Stores networks count in the system. |
|
|
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) |
|
|
orthogonalBAMEnergy | Orthogonal network energy. |
|
|
outputLayerNodesCount | Stores nodes count in output layer. (inherited from BidirectionalAssociativeMemoryNetwork) |