Protected Fields

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

See Also