Public Methods

  Name Description
Public method Epoch Overridden.Finalizes trainig cycle of the network. Used by Train method of the network. (inherited from NeuralNetwork)
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 a 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 data in the binary stream.
Public method SaveToFile Saves object to a file in a binary format. (inherited from NeuroObject)
Public method SetValues Sets value of the node.
Public method SetValuesFromPattern Overridden. Overridden.Loads the values into the input layer from the pattern.
Public method ToString Returns a String that represents the current Object. (inherited from Object)
Public method Train Overridden. Overridden.Trains the network to recognize specific patterns. Employs Run and Learn to teach the network.
Public method UnLearn Tells the network to "forget" last learn operation.
Public method value Returns value of the output node specified by index.
Top

Protected Methods

  Name Description
Family method CreateNetwork Overridden. Overridden.Constucts the 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.Retrieves an input node by its index. (inherited from AdalineNetwork)
Family method GetInputNodesCount Overridden. Overridden.Returns nodes count in the input layer.
Family method GetNetworkType Overridden. Overridden.Returns nntBAM for the BAM network.
Family method GetNodeError Overridden. Overridden.Returns node error.
Family method GetNodeValue Getter methos of Value property. (inherited from NeuroNode)
Family method GetOutputNode Overridden. Overridden.Returns output node by its index.
Family method GetOutPutNodesCount Overridden. Overridden.Returns nodes count in output layer.
Family method LoadInputs Overridden. Overridden.Loads input values into the input layer.
Family method MemberwiseClone Creates a shallow copy of the current Object. (inherited from Object)
Family method SetNodeError Setter method of Error property. (inherited from NeuroNode)
Family method SetNodeValue Setter method of Value property. (inherited from NeuroNode)
Top

See Also