Public Methods

  Name Description
Public method Epoch Overridden. Overridden.Epoch - number of patterns that was exposed to a network during one training cycle.
Public method Equals Determines whether the specified Object is equal to the current Object. (inherited from Object)
Public method GetHashCode Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. (inherited from Object)
Public method GetType Gets the Type of the current instance. (inherited from Object)
Public method InputNode Returns N-th input node of the network. (inherited from NeuralNetwork)
Public method Learn Overridden. Overridden.Teaches the network.
Public method LinkTo Connects this node to toNode using link link. (inherited from NeuroNode)
Public method Load Overridden. Overridden.Loads network data from the binary stream.
Public method LoadFromFile Loads object data from a file. (inherited from NeuroObject)
Public method OutputNode Returns N-th output node of the network. (inherited from NeuralNetwork)
Public method Run Overridden. Overridden.Runs the network.
Public method Save Overridden. Overridden.Stores network into to a binary stream.
Public method SaveToFile Saves object to a file in a binary format. (inherited from NeuroObject)
Public method SetValuesFromPattern Sets input values of the network from the pattern. (inherited from AdalineNetwork)
Public method ToString Returns a String that represents the current Object. (inherited from Object)
Public method Train Overridden. Overridden.Trains the network.
Top

Protected Methods

  Name Description
Family method CreateNetwork Overridden. Overridden.Constructs network topology.
Family method Finalize Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. (inherited from Object)
Family method GetInputNode Overridden. Overridden.Retrieves the input node by its index.
Family method GetInputNodesCount Overridden. Overridden.Returns number of nodes in input layer.
Family method GetNetworkType Overridden. Overridden.Returns nntSON for SON network.
Family method GetNodeError Overridden. Overridden.Always returns 0. There is no output node.
Family method GetNodeValue Getter methos of Value property. (inherited from NeuroNode)
Family method GetOutputNode Overridden. Overridden.Returns an output node by its index.
Family method GetOutPutNodesCount Overridden. Overridden.Number of nodes in output layer. Always return 0 since there are no nodes as its have an Kohonen layer.
Family method LoadInputs Loads data into input nodes of the network. (inherited from NeuralNetwork)
Family method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object)
Family method SetNodeError Overridden. Overridden.Doesn't do anything. There is no output node.
Family method SetNodeValue Setter method of Value property. (inherited from NeuroNode)
Top

See Also