Click or drag to resize

KMeansTData, TDataSumEvaluateDaviesBouldinIndex Method

Overload List
 NameDescription
Public methodEvaluateDaviesBouldinIndex(FuncTDataSum, TDataSum, Double) Evaluates the Davies-Bouldin-Index. The exponent q (see EvaluateDaviesBouldinIndex(FuncTDataSum, TDataSum, Double, Int32)) is set to 1, meaning that the mean Euclidean distance of the points to their respective centroid is used in the nominator.
Public methodEvaluateDaviesBouldinIndex(FuncTDataSum, TDataSum, Double, Int32) Evaluates the Davies-Bouldin-Index. The exponent q (used to calculate the average distance of the cluster points to their centroid) can be set as parameter.
Top
See Also