Public Methods

  Name Description
Public method CreateLink Overridden. Overridden.Creates new EpochBackPropagationLink
Public method Epoch Overridden.Finalizes trainig cycle of the network. Used by Train method of the network. (inherited from EpochBackPropagationNetwork)
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.Makes the network to learn the pattern that was just exposed to the network. Usually executes right after Run method. (inherited from BackPropagationNetwork)
Public method LinkTo Connects this node to toNode using link link. (inherited from NeuroNode)
Public method Load Overridden.Loads network data from a binary stream. (inherited from BackPropagationNetwork)
Public method LoadFromFile Loads object data from a file. (inherited from NeuroObject)
Public method NodesInLayer Returns number of nodes in specific layer. (inherited from BackPropagationNetwork)
Public method OutputNode Returns N-th output node of the network. (inherited from NeuralNetwork)
Public method Run Overridden.Tells the network to produce output values based on its input. (inherited from BackPropagationNetwork)
Public method Save Overridden.Saves the network to a binary stream. (inherited from BackPropagationNetwork)
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.Trains the network (makes the network learn the patterns). (inherited from EpochBackPropagationNetwork)
Top

Protected Methods

  Name Description
Family method CreateNetwork Overridden.Method that constructs network topology. (inherited from BackPropagationNetwork)
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 number of nodes in the input layer of the network. (inherited from BackPropagationNetwork)
Family method GetNetworkType Overridden.Returns nntEpochBackProp for this network. (inherited from EpochBackPropagationNetwork)
Family method GetNodeError Getter method of Error property. (inherited from NeuroNode)
Family method GetNodeValue Getter methos of Value property. (inherited from NeuroNode)
Family method GetOutputNode Overridden.Returns output node of the network by its index. (inherited from BackPropagationNetwork)
Family method GetOutPutNodesCount Overridden.Returns number of nodes in output layer of the network. (inherited from BackPropagationNetwork)
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 Setter method of Error property. (inherited from NeuroNode)
Family method SetNodeValue Setter method of Value property. (inherited from NeuroNode)
Top

See Also