Share via


ClusteringMetrics.NormalizedMutualInformation Property

Definition

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

public double NormalizedMutualInformation { get; }
member this.NormalizedMutualInformation : double
Public ReadOnly Property NormalizedMutualInformation As Double

Property Value

Its value ranges from 0 to 1, where higher numbers are better.

Remarks

Normalized variants.

Applies to