QuadraticDiscriminantAnalysis.GroupSeparability Property

Gets the group separability.

Definition

Namespace: Numerics.NET.Statistics.Multivariate
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.7
C#
public Matrix<double> GroupSeparability { get; }

Property Value

Matrix<Double>

Remarks

The group separability matrix provides a symmetric measure of how well each pair of classes can be distinguished from each other. It combines the Mahalanobis distances with the determinants of the covariance matrices to provide a scale-invariant measure of class separation.

Higher values indicate better separation between classes, making classification more reliable. Lower values suggest that the classes overlap more in feature space, potentially leading to higher misclassification rates.

See Also