| FeedForwardNetwork Methods |
The FeedForwardNetwork type exposes the following members.
| Name | Description | |
|---|---|---|
| ComputeStatistics |
Computes error statistics.
(Inherited from Network.) | |
| CreateHiddenLayer |
Creates a HiddenLayer.
(Overrides NetworkCreateHiddenLayer.) | |
| Equals | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| FindLink |
Returns the Link between two Nodes.
| |
| FindLinks |
Returns all of the Links to a given Node.
| |
| Forecast |
Computes a forecast using the Network.
(Overrides NetworkForecast(Double).) | |
| GetForecastGradient |
Returns the derivatives of the outputs with respect to the
weights.
(Overrides NetworkGetForecastGradient(Double).) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| Link(Node, Node) |
Establishes a Link between two Nodes.
| |
| Link(Node, Node, Double) | ||
| LinkAll |
For each Layer in the Network,
link each Node in the
Layer to each Node in the next Layer.
| |
| LinkAll(Layer, Layer) |
Links all of the Nodes in one Layer
to all of the Nodes in another Layer.
| |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| Remove |
Removes a Link from the Network.
| |
| SetEqualWeights |
Initializes network weights using equal weighting.
| |
| SetRandomWeights |
Initializes network weights using random weights.
| |
| ToString | Returns a string that represents the current object. (Inherited from Object.) | |
| ValidateLink |
Checks that a Link between two Nodes
is valid.
|