Documentation For Encog 2.x

NeighborhoodSingle Class

A very simple neighborhood function that will return 1.0 (full effect) for the winning neuron, and 0.0 (no change) for everything else.

For a list of all members of this type, see NeighborhoodSingle Members .

System.Object
   NeighborhoodSingle

public class NeighborhoodSingle : INeighborhoodFunction

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Requirements

Namespace: Encog.Neural.Networks.Training.Competitive.Neighborhood

Assembly: encog-core-cs (in encog-core-cs.dll)

See Also

NeighborhoodSingle Members | Encog.Neural.Networks.Training.Competitive.Neighborhood Namespace