ClusteringMetrics.AverageDistance Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Average Score. For the K-Means algorithm, the 'score' is the distance from the centroid to the example. The average score is, therefore, a measure of proximity of the examples to cluster centroids. In other words, it is a measure of 'cluster tightness'. Note however, that this metric will only decrease if the number of clusters is increased, and in the extreme case (where each distinct example is its own cluster) it will be equal to zero.
public double AverageDistance { get; }
member this.AverageDistance : double
Public ReadOnly Property AverageDistance As Double
Property Value
Distance is to the nearest centroid.