| OutputLayer Class |
Namespace: Imsl.DataMining.Neural
The OutputLayer type exposes the following members.
| Name | Description | |
|---|---|---|
| AddNode |
Associates a Perceptron with this
Layer.
(Inherited from Layer.) | |
| CreatePerceptron |
Creates a Perceptron in this Layer of
the neural network. By default, the created Perceptron uses
the linear activation function and has an initial bias
value of zero.
| |
| CreatePerceptron(IActivation, Double) |
Creates a Perceptron in this Layer
with a specified activation and bias.
| |
| CreatePerceptrons(Int32) |
Creates a number of Perceptrons in this Layer
of the neural network. By default, they will use linear
activation and a zero initial bias.
| |
| CreatePerceptrons(Int32, IActivation, Double) | ||
| 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.) | |
| GetHashCode | Serves as a hash function for a particular type. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| ToString | Returns a string that represents the current object. (Inherited from Object.) |
| Name | Description | |
|---|---|---|
| Index |
The Index of this Layer.
(Inherited from Layer.) | |
| Nodes |
The Perceptrons in the OutputLayer.
(Overrides LayerNodes.) |
An empty OutputLayer is automatically created by FeedForwardNetwork.