Click or drag to resize
FeedForwardNetwork Methods

The FeedForwardNetwork type exposes the following members.

Methods
  NameDescription
Public methodComputeStatistics
Computes error statistics.
(Inherited from Network.)
Public methodCreateHiddenLayer
Creates a HiddenLayer.
(Overrides NetworkCreateHiddenLayer.)
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Protected methodFinalize
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from Object.)
Public methodFindLink
Returns the Link between two Nodes.
Public methodFindLinks
Returns all of the Links to a given Node.
Public methodForecast
Computes a forecast using the Network.
(Overrides NetworkForecast(Double).)
Public methodGetForecastGradient
Returns the derivatives of the outputs with respect to the weights.
(Overrides NetworkGetForecastGradient(Double).)
Public methodGetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodLink(Node, Node)
Establishes a Link between two Nodes.
Public methodLink(Node, Node, Double)
Establishes a Link between two Nodes with a specified weight.
Public methodLinkAll
For each Layer in the Network, link each Node in the Layer to each Node in the next Layer.
Public methodLinkAll(Layer, Layer)
Links all of the Nodes in one Layer to all of the Nodes in another Layer.
Protected methodMemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
Public methodRemove
Removes a Link from the Network.
Public methodSetEqualWeights
Initializes network weights using equal weighting.
Public methodSetRandomWeights
Initializes network weights using random weights.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Protected methodValidateLink
Checks that a Link between two Nodes is valid.
Top
See Also