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 Teaches the node. (inherited from NeuroNode)
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 Executes node functionality. (inherited from NeuroNode)
Public method Save Overridden. Overridden.Saves the network 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.
Public method ToString Returns a String that represents the current Object. (inherited from Object)
Public method Train Overridden. Overridden.Performs network training. Here you write the code to train your 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 an input node by its index.
Family method GetInputNodesCount Overridden. Overridden.Returns number of Input nodes in the network.
Family method GetNetworkType Overridden. Overridden.Returns type of the network.
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. Overridden.Retrieves an output node by its index.
Family method GetOutPutNodesCount Overridden. Overridden.Returns number of output nodes in the network.
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