The DistanceNetwork type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | DistanceNetwork |
Initializes a new instance of the DistanceNetwork class.
|
Methods
Name | Description | |
---|---|---|
![]() | Compute |
Compute output vector of the network.
(Inherited from Network.) |
![]() | GetWinner |
Get winner neuron.
|
![]() | Randomize |
Randomize layers of the network.
(Inherited from Network.) |
![]() | Save | Overloaded. |
Fields
Name | Description | |
---|---|---|
![]() | inputsCount |
Network's inputs count.
(Inherited from Network.) |
![]() | layers |
Network's layers.
(Inherited from Network.) |
![]() | layersCount |
Network's layers count.
(Inherited from Network.) |
![]() | output |
Network's output vector.
(Inherited from Network.) |
Properties
Name | Description | |
---|---|---|
![]() | InputsCount |
Network's inputs count.
(Inherited from Network.) |
![]() | Layers |
Network's layers.
(Inherited from Network.) |
![]() | Output |
Network's output vector.
(Inherited from Network.) |