The DistanceNetwork type exposes the following members.

Constructors

  NameDescription
DistanceNetwork
Initializes a new instance of the DistanceNetwork class.

Methods

  NameDescription
Compute
Compute output vector of the network.
(Inherited from Network.)
GetWinner
Get winner neuron.
Randomize
Randomize layers of the network.
(Inherited from Network.)
SaveOverloaded.

Fields

  NameDescription
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

  NameDescription
InputsCount
Network's inputs count.
(Inherited from Network.)
Layers
Network's layers.
(Inherited from Network.)
Output
Network's output vector.
(Inherited from Network.)

See Also