The FeedForwardNetwork type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() | ComputeStatistics |
Computes error statistics.
(Inherited from Network.) |
![]() | CreateHiddenLayer |
Creates a HiddenLayer.
(Overrides Network..::.CreateHiddenLayer()()().) |
![]() | Equals | (Inherited from Object.) |
![]() | 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.) |
![]() | 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 Network..::.Forecast(array<Double>[]()[]).) |
![]() | GetForecastGradient |
Returns the derivatives of the outputs with respect to the
weights.
(Overrides Network..::.GetForecastGradient(array<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 | Overloaded. |
![]() | LinkAll | Overloaded. |
![]() | 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 | (Inherited from Object.) |
![]() | ValidateLink |
Checks that a Link between two Nodes
is valid.
|