Quadratic Discriminant Analysis.Total Separability Property
Gets the total 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 double TotalSeparability { get; }
Property Value
DoubleRemarks
The total separability is a single scalar value that summarizes the overall separation between all classes in the model. It is calculated as the average of all pairwise group separability measures.
This metric provides a global assessment of how well the classes can be distinguished from each other. Higher values indicate better overall class separation and suggest that the QDA model should perform well in classification tasks. Lower values suggest more overlap between classes and potentially higher classification error rates.