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 system.
Public method LinkTo Connects this node to toNode using link link. (inherited from NeuroNode)
Public method Load Overridden. Overridden.Loads the BAM system 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 system.
Public method Save Overridden. Overridden.Stores BAM system data in a binary stream.
Public method SaveToFile Saves object to a file in a binary format. (inherited from NeuroObject)
Public method SetValues Overridden. Overridden.Stores node values in the data field.
Public method SetValuesFromPattern Overridden. Overridden.Sets input and output values from the pattern.
Public method ToString Returns a String that represents the current Object. (inherited from Object)
Public method Train Overridden.Trains the network to recognize specific patterns. Employs Run and Learn to teach the network. (inherited from BidirectionalAssociativeMemoryNetwork)
Public method UnLearn Tells the network to "forget" last learn operation. (inherited from BidirectionalAssociativeMemoryNetwork)
Public method value Overridden. Overridden.Node value by index from the best network.
Top

Protected Methods

  Name Description
Family method CreateNetwork Overridden. Overridden.Initializes network data after construction.
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.Returns nodes count in the input layer. (inherited from BidirectionalAssociativeMemoryNetwork)
Family method GetNetworkType Overridden. Overridden.Returns nntBAMSystem for BAM system.
Family method GetNodeError Overridden. Overridden.Returns the best error.
Family method GetNodeValue Getter methos of Value property. (inherited from NeuroNode)
Family method GetOutputNode Overridden. Overridden.Retrieves an output node by its index.
Family method GetOutPutNodesCount Overridden.Returns nodes count in output layer. (inherited from BidirectionalAssociativeMemoryNetwork)
Family method LoadInputs Overridden. Overridden.Loads input data to the system from the the nodes attached to input.
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