Documentation For Encog 2.x

BestMatchingUnit Methods

The methods of the BestMatchingUnit class are listed below. For a complete list of BestMatchingUnit class members, see the BestMatchingUnit Members topic.

Public Instance Methods

CalculateBMU Calculate the best matching unit (BMU). This is the output neuron that has the lowest Euclidean distance to the input vector.
CalculateEuclideanDistance Calculate the Euclidean distance for the specified output neuron and the input vector. This is the square root of the squares of the differences between the weight and input vectors.
Equals (inherited from Object) 
GetHashCode (inherited from Object) 
GetType (inherited from Object) 
Reset Reset the "worst distance" back to a minimum value. This should be called for each training iteration.
ToString (inherited from Object) 

Protected Instance Methods

Finalize (inherited from Object) 
MemberwiseClone (inherited from Object) 

See Also

BestMatchingUnit Class | Encog.Neural.Networks.Training.Competitive Namespace