ClusteringMetrics Class

Definition

The metrics generated after evaluating the clustering predictions.

public sealed class ClusteringMetrics
type ClusteringMetrics = class
Public NotInheritable Class ClusteringMetrics
Inheritance
ClusteringMetrics

Properties

AverageDistance

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.

DaviesBouldinIndex

Davies-Bouldin Index is measure of the how much scatter is in the cluster and the cluster separation.

NormalizedMutualInformation

Normalized Mutual Information is a measure of the mutual dependence of the variables. This metric is only calculated if the Label column is provided.

Applies to