Distance network.

Namespace:  AForge.Neuro
Assembly:  AForge.Neuro (in AForge.Neuro.dll) Version: 2.2.5.0 (2.2.5.0)

Syntax

C#
[SerializableAttribute]
public class DistanceNetwork : Network

Remarks

Distance network is a neural network of only one distance layer. The network is a base for such neural networks as SOM, Elastic net, etc.

Inheritance Hierarchy

System..::.Object
  AForge.Neuro..::.Network
    AForge.Neuro..::.DistanceNetwork

See Also