Quadratic Discriminant Analysis.Group Separability Property
Gets the group separability.
Definition
Namespace: Numerics.NET.Statistics.Multivariate
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.7
C#
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.7
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.