Documentation For Encog 2.x

NeighborhoodBubble Class

A neighborhood function that uses a simple bubble. A width is defined, and any neuron that is plus or minus that width from the winning neuron will be updated as a result of training.

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

System.Object
   NeighborhoodBubble

public class NeighborhoodBubble : 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

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